export declare const usePoint: (lng: number, lat: number) => Promise<IPoint>;
