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