export declare const splitArrayIntoChunks: (arr: T[], chunkSize?: number) => T[][];