import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Effect } from "@effect/core/io/Effect/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Extracts the optional value, or fails with the given error 'e'. * @tsplus static effect/core/io/Effect.Aspects someOrFail * @tsplus pipeable effect/core/io/Effect someOrFail * @tsplus location "@effect/core/io/Effect/operations/someOrFail" */ export declare function someOrFail(orFail: LazyArg): (self: import("../definition").Effect>) => import("../definition").Effect; //# sourceMappingURL=someOrFail.d.ts.map