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