import { Earth } from './crs-earth'; import { SphericalMercator } from './projection/projection-spherical-mercator'; import { Transformation } from './transformation/transformation'; export declare class EPSG3857 extends Earth { code: string; projection: SphericalMercator; transformation: Transformation; }