/** * @packageDocumentation * Require BroadcastChannel handles to be retained so they can be closed. */ import { type TSESLint } from "@typescript-eslint/utils"; /** Rule implementation for `runtime-cleanup/no-floating-broadcast-channels`. */ declare const noFloatingBroadcastChannels: TSESLint.RuleModule<"floatingBroadcastChannel", readonly []>; export default noFloatingBroadcastChannels; //# sourceMappingURL=no-floating-broadcast-channels.d.ts.map