import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Executes this effect and returns its value, if it succeeds, but otherwise * fails with the specified error. * @tsplus static effect/core/io/Effect.Aspects orElseFail * @tsplus pipeable effect/core/io/Effect orElseFail * @tsplus location "@effect/core/io/Effect/operations/orElseFail" */ export declare function orElseFail(e: LazyArg): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=orElseFail.d.ts.map