import { Stream } from "@effect/core/stream/Stream/definition"; import { Effect } from "@effect/core/io/Effect/definition"; import { GroupBy } from "@effect/core/stream/GroupBy/definition/base"; /** * Constructs a new `GroupBy`. * @tsplus static effect/core/stream/GroupBy.Ops __call * @tsplus location "@effect/core/stream/GroupBy/operations/make" */ export declare function make(stream: Stream, key: (a: A) => Effect, buffer: number): GroupBy; //# sourceMappingURL=make.d.ts.map