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