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