import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns a new effect that will not succeed with its value before first * interrupting all child fibers forked by the effect. * @tsplus getter effect/core/io/Effect interruptAllChildren * @tsplus location "@effect/core/io/Effect/operations/interruptAllChildren" */ export declare function interruptAllChildren(self: Effect): Effect; //# sourceMappingURL=interruptAllChildren.d.ts.map