/** * @packageDocumentation * Require observer instances to be retained so they can be disconnected. */ import { type TSESLint } from "@typescript-eslint/utils"; /** Rule implementation for `runtime-cleanup/no-floating-observers`. */ declare const noFloatingObservers: TSESLint.RuleModule<"floatingObserver", readonly []>; export default noFloatingObservers; //# sourceMappingURL=no-floating-observers.d.ts.map