import { Effect } from "@effect/core/io/Effect/definition"; import { Exit } from "@effect/core/io/Exit/definition"; /** * Effectually flat maps over the value type. * @tsplus static effect/core/io/Exit.Aspects flatMapEffect * @tsplus pipeable effect/core/io/Exit flatMapEffect * @tsplus location "@effect/core/io/Exit/operations/flatMapEffect" */ export declare function flatMapEffect(f: (a: A) => Effect>): (self: Exit) => Effect>; //# sourceMappingURL=flatMapEffect.d.ts.map