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