/** * @packageDocumentation * Require DisposableStack handles to be retained so registered disposers run. */ import { type TSESLint } from "@typescript-eslint/utils"; /** Rule implementation for `runtime-cleanup/no-floating-disposable-stacks`. */ declare const noFloatingDisposableStacks: TSESLint.RuleModule<"floatingDisposableStack", readonly []>; export default noFloatingDisposableStacks; //# sourceMappingURL=no-floating-disposable-stacks.d.ts.map