/** * @packageDocumentation * Require Node.js file watcher handles to be retained so they can be closed. */ import { type TSESLint } from "@typescript-eslint/utils"; /** Rule implementation for `runtime-cleanup/no-floating-file-watchers`. */ declare const noFloatingFileWatchers: TSESLint.RuleModule<"floatingFileWatcher", readonly []>; export default noFloatingFileWatchers; //# sourceMappingURL=no-floating-file-watchers.d.ts.map