import * as T from "../../Task/_core"; import type { Fiber } from "../model"; /** * Interrupts all fibers and awaits their interruption */ export declare const interruptAll: (fs: Iterable>) => T.Task; //# sourceMappingURL=interruptAll.d.ts.map