export declare enum GisSubtype { Geometry = 0, Point = 1, LineString = 2, Polygon = 3, MultiPoint = 4, MultiLineString = 5, MultiPolygon = 6, GeometryCollection = 7 } export declare const SUBTYPE_STRING_BY_SUBTYPE: Record; export declare const GIS_SUBTYPE_NAME: Record; export declare const CONCRETE_SUBTYPES: GisSubtype[];