import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Stream } from "@effect/core/stream/Stream/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Fails with given error 'e' if value is `Right`. * @tsplus static effect/core/stream/Stream.Aspects leftOrFail * @tsplus pipeable effect/core/stream/Stream leftOrFail * @tsplus location "@effect/core/stream/Stream/operations/leftOrFail" */ export declare function leftOrFail(e: LazyArg): (self: import("../definition").Stream>) => import("../definition").Stream; //# sourceMappingURL=leftOrFail.d.ts.map