import { Feature, GeojsonGeometryInfo } from '@loaders.gl/schema'; /** * Initial scan over GeoJSON features * Counts number of coordinates of each geometry type and * keeps track of the max coordinate dimensions */ export declare function extractGeometryInfo(features: Feature[]): GeojsonGeometryInfo; //# sourceMappingURL=extract-geometry-info.d.ts.map