import { STM } from "@effect/core/stm/STM/definition/base"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Unwraps the optional error, defaulting to the provided value. * @tsplus static effect/core/stm/STM.Aspects flattenErrorMaybe * @tsplus pipeable effect/core/stm/STM flattenErrorMaybe * @tsplus location "@effect/core/stm/STM/operations/flattenErrorMaybe" */ export declare function flattenErrorMaybe(def: E2): (self: import("../definition").STM, A>) => import("../definition").STM; //# sourceMappingURL=flattenErrorMaybe.d.ts.map