/** * @packageDocumentation * Require AbortController handles to be retained so work can be aborted during cleanup. */ import { type TSESLint } from "@typescript-eslint/utils"; /** Rule implementation for `runtime-cleanup/no-floating-abort-controllers`. */ declare const noFloatingAbortControllers: TSESLint.RuleModule<"floatingAbortController", readonly []>; export default noFloatingAbortControllers; //# sourceMappingURL=no-floating-abort-controllers.d.ts.map