import { Cause } from "@effect/core/io/Cause/definition"; /** * Transforms each error value in this cause to a new cause with the specified * function and then flattens the nested causes into a single cause. * @tsplus static effect/core/io/Cause.Aspects flatMap * @tsplus pipeable effect/core/io/Cause flatMap * @tsplus location "@effect/core/io/Cause/operations/flatMap" */ export declare function flatMap(f: (e: E) => Cause): (self: Cause) => Cause; //# sourceMappingURL=flatMap.d.ts.map