import { Feature, LineString, Polygon } from "geojson"; export declare function webMercatorCenter(feature: Feature): { x: number; y: number; };