export { projection, projectionProperties, getProjectionPath } from './projections'; import { Projection } from './projection'; export declare const registerProjection: () => void; export { Projection }; export declare const registerGeoTransforms: () => void;