export declare function getProjectionPath(proj: any): any;
export declare const projectionProperties: string[];
export declare function createProjection(type: string, proj?: () => any): any;
