import { Stream } from "@effect/core/stream/Stream/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; import { TerminationStrategy } from "@effect/core/stream/Stream//TerminationStrategy"; /** * Merges this stream and the specified stream together to produce a stream of * eithers. * @tsplus static effect/core/stream/Stream.Aspects mergeEither * @tsplus pipeable effect/core/stream/Stream mergeEither * @tsplus location "@effect/core/stream/Stream/operations/mergeEither" */ export declare function mergeEither(that: Stream, strategy?: TerminationStrategy): (self: import("../definition").Stream) => import("../definition").Stream>; //# sourceMappingURL=mergeEither.d.ts.map