export declare enum GeospatialType {
    /** Represents data in round-earth coordinate system. */
    Geography = "Geography",
    /** Represents data in Eucledian(flat) coordinate system. */
    Geometry = "Geometry"
}
//# sourceMappingURL=GeospatialType.d.ts.map