import { LazyArg } from "@tsplus/stdlib/data/Function"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Tries this effect first, and if it fails or retries, fails with the * specified error. * @tsplus static effect/core/stm/STM.Aspects orElseFail * @tsplus pipeable effect/core/stm/STM orElseFail * @tsplus location "@effect/core/stm/STM/operations/orElseFail" */ export declare function orElseFail(e: LazyArg): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=orElseFail.d.ts.map