/** * @packageDocumentation * Require Web Stream readers and writers to be retained so their locks can be released. */ import { type TSESLint } from "@typescript-eslint/utils"; /** Rule implementation for `runtime-cleanup/no-floating-web-stream-locks`. */ declare const noFloatingWebStreamLocks: TSESLint.RuleModule<"floatingWebStreamLock", readonly []>; export default noFloatingWebStreamLocks; //# sourceMappingURL=no-floating-web-stream-locks.d.ts.map