import * as E from "../../../../Either/index.js"; import type * as C from "../core.js"; /** * Fails with given error 'e' if value is `Left`. */ export declare function rightOrFail_(self: C.Stream>, e: () => E1): C.Stream; /** * Fails with given error 'e' if value is `Left`. * * @ets_data_first rightOrFail_ */ export declare function rightOrFail(e: () => E1): (self: C.Stream>) => C.Stream; //# sourceMappingURL=rightOrFail.d.ts.map