declare const splitInGroupOf: (arr: any[], chunkSize: number) => any[];
export { splitInGroupOf };
