export declare const EARTH_RADIUS_AT_45_DEGRESS: number;
export declare const DEGREES_TO_RADIANS: number;
export declare const getUncertaintyByViewport: (bouningBox: [number, number, number, number] | [string, string, string, string]) => number;
