import { Stream } from "@effect/core/stream/Stream/definition"; import { GroupBy } from "@effect/core/stream/GroupBy/definition/base"; /** * Run the function across all groups, collecting the results in an * arbitrary order. * @tsplus static effect/core/stream/GroupBy.Aspects mergeGroupBy * @tsplus pipeable effect/core/stream/GroupBy mergeGroupBy * @tsplus location "@effect/core/stream/GroupBy/operations/mergeGroupBy" */ export declare function mergeGroupBy(f: (k: K, stream: Stream) => Stream): (self: GroupBy) => Stream; //# sourceMappingURL=mergeGroupBy.d.ts.map