import type { Effect } from "./effect.js"; /** * 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. */ export declare function awaitAllChildren(fa: Effect, __trace?: string): Effect; //# sourceMappingURL=awaitAllChildren.d.ts.map