declare function getScale(level: any): any;
declare function lngLatToPointByScale(lnglat: any, scale: any, round: any): number[];
declare function lngLatToPoint(lnglat: any, level: any, round?: any): number[];
declare function pointToLngLat(point: any, level: any): number[];
declare function haversineDistance(point1: any, point2: any): number;
declare const _default: {
    haversineDistance: typeof haversineDistance;
    getScale: typeof getScale;
    lngLatToPointByScale: typeof lngLatToPointByScale;
    pointToLngLat: typeof pointToLngLat;
    lngLatToPoint: typeof lngLatToPoint;
};
export default _default;
