import type * as C from "../core.js"; /** * Merges this stream and the specified stream together. New produced stream will * terminate when either stream terminates. */ export declare function mergeTerminateEither_(self: C.Stream, that: C.Stream): C.Stream; /** * Merges this stream and the specified stream together. New produced stream will * terminate when either stream terminates. * * @ets_data_first mergeTerminateEither_ */ export declare function mergeTerminateEither(that: C.Stream): (self: C.Stream) => C.Stream; //# sourceMappingURL=mergeTerminateEither.d.ts.map