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