export type { GeoJSON, Feature, FeatureCollection, Geometry, Position, GeoJsonProperties } from 'geojson'; export type { Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection } from 'geojson'; export type { FlatGeometryType, FlatIndexedGeometry, FlatPoint, FlatLineString, FlatPolygon, FlatGeometry, FlatFeature } from "../geometry/flat-geometries.js"; export type { BinaryGeometryType, BinaryFixedSizeList, BinaryGeometry, BinaryPointGeometry, BinaryLineGeometry, BinaryPolygonGeometry } from "../geometry/binary-geometries.js"; export type { BinaryAttribute, BinaryProperties, BinaryFeatureCollection, BinaryFeature, BinaryPointFeature, BinaryLineFeature, BinaryPolygonFeature } from "../geometry/binary-features.js"; //# sourceMappingURL=category-gis.d.ts.map