import { ProjectionClass } from '.'; import { EPSG3857Options } from './epsg3857'; export declare class EPSG3857 extends ProjectionClass { createNative(): com.carto.projections.EPSG3857; }