import { PermissionResponse } from 'expo-modules-core'; type SensorEventName = 'deviceorientation' | 'devicemotion'; export declare function getPermissionsAsync(): Promise; export declare function requestPermissionsAsync(): Promise; export declare function getRequestPermission(): (() => Promise) | null; export declare function assertSensorEventEnabledAsync(eventName: SensorEventName, timeout?: number): Promise; export declare function isSensorEnabledAsync(eventName: SensorEventName, timeout?: number): Promise; export {}; //# sourceMappingURL=isSensorEnabledAsync.web.d.ts.map