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