import { Stream } from "@effect/core/stream/Stream/definition"; /** * Merges this stream and the specified stream together. New produced stream * will terminate when this stream terminates. * @tsplus static effect/core/stream/Stream.Aspects mergeTerminateLeft * @tsplus pipeable effect/core/stream/Stream mergeTerminateLeft * @tsplus location "@effect/core/stream/Stream/operations/mergeTerminateLeft" */ export declare function mergeTerminateLeft(that: Stream): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=mergeTerminateLeft.d.ts.map