import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Fails with given error in case this one fails with a typed error. * * See also `Stream.catchAll`. * @tsplus static effect/core/stream/Stream.Aspects orElseFail * @tsplus pipeable effect/core/stream/Stream orElseFail * @tsplus location "@effect/core/stream/Stream/operations/orElseFail" */ export declare function orElseFail(e: LazyArg): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=orElseFail.d.ts.map