/** * @packageDocumentation * Require WakeLockSentinel handles to be retained so they can be released. */ import { type TSESLint } from "@typescript-eslint/utils"; /** Rule implementation for `runtime-cleanup/no-floating-wake-locks`. */ declare const noFloatingWakeLocks: TSESLint.RuleModule<"floatingWakeLock", readonly []>; export default noFloatingWakeLocks; //# sourceMappingURL=no-floating-wake-locks.d.ts.map