import { TWakeLockType } from '../types';
import { IWakeLockSentinel } from './wake-lock-sentinel';
export interface IWakeLock {
    request(type: TWakeLockType): Promise<IWakeLockSentinel>;
}
//# sourceMappingURL=wake-lock.d.ts.map