import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; import { Fiber } from "@effect/core/io/Fiber/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Acts on the children of this fiber, guaranteeing the specified callback * will be invoked, whether or not this effect succeeds. * @tsplus static effect/core/io/Effect.Aspects ensuringChildren * @tsplus pipeable effect/core/io/Effect ensuringChildren * @tsplus location "@effect/core/io/Effect/operations/ensuringChildren" */ export declare function ensuringChildren(children: (_: Chunk>) => Effect): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=ensuringChildren.d.ts.map