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