import { STM } from "@effect/core/stm/STM/definition/base"; /** * Creates a composite effect that represents this effect followed by another * one that may depend on the error produced by this one. * @tsplus static effect/core/stm/STM.Aspects flatMapError * @tsplus pipeable effect/core/stm/STM flatMapError * @tsplus location "@effect/core/stm/STM/operations/flatMapError" */ export declare function flatMapError(f: (e: E) => STM): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=flatMapError.d.ts.map