import type * as Tp from "../../../../Collections/Immutable/Tuple/index.js"; import type * as T from "../../../../Effect/index.js"; import * as GB from "../../GroupBy/index.js"; import type * as C from "../core.js"; /** * More powerful version of `Stream.groupByKey` */ export declare function groupBy_(self: C.Stream, f: (a: A) => T.Effect>, buffer?: number): GB.GroupBy; /** * More powerful version of `Stream.groupByKey` * * @ets_data_first groupBy_ */ export declare function groupBy(f: (a: A) => T.Effect>, buffer?: number): (self: C.Stream) => GB.GroupBy; //# sourceMappingURL=groupBy.d.ts.map