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