import { Stream } from "@effect/core/stream/Stream/definition"; /** * Like `mergeAll`, but runs all streams concurrently. * @tsplus static effect/core/stream/Stream.Ops mergeAllUnbounded * @tsplus location "@effect/core/stream/Stream/operations/mergeAllUnbounded" */ export declare function mergeAllUnbounded(outputBuffer?: number): (...streams: import("../definition").Stream[]) => import("../definition").Stream; //# sourceMappingURL=mergeAllUnbounded.d.ts.map