export declare const EARTH_RADIUS = 6378137;
export declare const EARTH_AXIS_RATIO = 0.996647189335;
export declare const EARTH_FLATTENING: number;
