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