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