type PermDescriptor = 'geolocation';
export declare function hasPermissionGranted(name: PermDescriptor): Promise<boolean>;
export {};
