export declare const getLocationHint: (hintUrl?: string, timeout?: number, maxAttempts?: number) => Promise<string>;
