import { Effect } from "@effect/core/io/Effect/definition"; import { Exit } from "@effect/core/io/Exit/definition"; /** * Applies the function `f` to the successful result of the `Exit` and returns * the result in a new `Exit`. * @tsplus static effect/core/io/Exit.Aspects forEach * @tsplus pipeable effect/core/io/Exit forEach * @tsplus location "@effect/core/io/Exit/operations/forEach" */ export declare function forEach(f: (a: A) => Effect): (self: import("../definition").Exit) => import("../../Effect").Effect>; //# sourceMappingURL=forEach.d.ts.map