/** * The format of the provided geometry. */ export declare type GeometryTypeEnum = "WKT" | "GeoJSON"; export declare const GeometryTypeEnum: { Wkt: GeometryTypeEnum; GeoJson: GeometryTypeEnum; };