declare namespace wellknown { export function parse(wkt: string): GeoJSON.GeometryObject; export function stringify(geojson: GeoJSON.GeoJsonObject | GeoJSON.Feature): string } declare module 'wellknown' { export = wellknown; }