declare type SensorEventName = 'deviceorientation' | 'devicemotion'; 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 {};