import type * as C from "../core.js"; /** * Fails with given error in case this one fails with a typed error. * * See also `Stream#catchAll`. */ export declare function orElseFail_(self: C.Stream, e1: () => E1): C.Stream; /** * Fails with given error in case this one fails with a typed error. * * See also `Stream#catchAll`. * * @ets_data_first orElseFail_ */ export declare function orElseFail(e1: () => E1): (self: C.Stream) => C.Stream; //# sourceMappingURL=orElseFail.d.ts.map