export declare const splitArrayInChunks: <T>(array: T[], chunkSize: number) => T[][];
//# sourceMappingURL=array.d.ts.map