import type * as C from "../core.js"; /** * Succeeds with the specified value if this one fails with a typed error. */ export declare function orElseSucceed_(self: C.Stream, a1: A1): C.Stream; /** * Succeeds with the specified value if this one fails with a typed error. * * @ets_data_first orElseSucceed_ */ export declare function orElseSucceed(a1: A1): (self: C.Stream) => C.Stream; //# sourceMappingURL=orElseSucceed.d.ts.map