import { type AnyGeometry } from "./postgis";
export declare function parseWKT(wkt: string): AnyGeometry;
