import type { Effect } from "./effect.js"; /** * Returns a new effect that will not succeed with its value before first * interrupting all child fibers forked by the effect. */ export declare function interruptAllChildren(self: Effect, __trace?: string): Effect; //# sourceMappingURL=interruptAllChildren.d.ts.map