import { Subscription } from 'expo-modules-core'; import { KeepAwakeListener } from './KeepAwake.types'; /** Wraps the webWakeLock API https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API */ declare const _default: { isAvailableAsync(): Promise; activate(tag: string): Promise; deactivate(tag: string): Promise; addListenerForTag(tag: string, listener: KeepAwakeListener): Subscription; }; export default _default; //# sourceMappingURL=ExpoKeepAwake.web.d.ts.map