/** Projects EPSG:4326 to EPSG:3857 * This is a lightweight replacement of proj4. Use tests to ensure conformance. */ export declare function WGS84ToPseudoMercator(coord: [number, number]): [number, number]; //# sourceMappingURL=utils.d.ts.map