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