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