import { Stream } from "@effect/core/stream/Stream/definition"; /** * Like `flattenPar`, but executes all streams concurrently. * @tsplus static effect/core/stream/Stream.Aspects flattenParUnbounded * @tsplus pipeable effect/core/stream/Stream flattenParUnbounded * @tsplus location "@effect/core/stream/Stream/operations/flattenParUnbounded" */ export declare function flattenParUnbounded(outputBuffer?: number): (self: import("../definition").Stream>) => import("../definition").Stream; //# sourceMappingURL=flattenParUnbounded.d.ts.map