export interface Geolocation { permissionGranted: boolean; location?: string; } export declare function getGeolocation(): Promise;