import type * as CK from "../../../../Collections/Immutable/Chunk/index.js"; import type * as C from "../core.js"; /** * Partitions the stream with specified chunkSize * @param chunkSize size of the chunk */ export declare function grouped_(self: C.Stream, chunkSize: number): C.Stream>; /** * Partitions the stream with specified chunkSize * @param chunkSize size of the chunk * * @ets_data_first grouped_ */ export declare function grouped(chunkSize: number): (self: C.Stream) => C.Stream>; //# sourceMappingURL=grouped.d.ts.map