import * as E from "../../../../Either/index.js"; import type * as C from "../core.js"; /** * Merges this stream and the specified stream together to produce a stream of * eithers. */ export declare function mergeEither_(self: C.Stream, that: C.Stream): C.Stream>; /** * Merges this stream and the specified stream together to produce a stream of * eithers. * * @ets_data_first mergeEither_ */ export declare function mergeEither(that: C.Stream): (self: C.Stream) => C.Stream>; //# sourceMappingURL=mergeEither.d.ts.map