/** * @module og/proj/EPSG3857 */ import { Proj } from "./Proj"; /** * EPSG:3857 projection object. * @type {Proj} */ export declare const EPSG3857: Proj;