import { Effect } from "@effect/core/io/Effect/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; import { Fiber } from "@effect/core/io/Fiber/definition"; /** * Locally installs a supervisor and an effect that succeeds with all the * children that have been forked in the returned effect. * @tsplus static effect/core/io/Effect.Ops withChildren * @tsplus location "@effect/core/io/Effect/operations/withChildren" */ export declare function withChildren(get: (children: Effect>>) => Effect): Effect; //# sourceMappingURL=withChildren.d.ts.map