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