import { Geometry } from "geojson"; export declare class WellKnownType { Geometry: Geometry; constructor(geometry: Geometry); toString(): string; }