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