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