export type ClientLocation = { latitude: number; longitude: number; }; export declare const getClientLocation: () => Promise;