/** * @packageDocumentation * Require infinite Web Animations to be retained so they can be canceled. */ import { type TSESLint } from "@typescript-eslint/utils"; /** Rule implementation for `runtime-cleanup/no-floating-infinite-animations`. */ declare const noFloatingInfiniteAnimations: TSESLint.RuleModule<"floatingInfiniteAnimation", readonly []>; export default noFloatingInfiniteAnimations; //# sourceMappingURL=no-floating-infinite-animations.d.ts.map