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