/** * Splits an array into chunks of size */ export declare function chunk(array: T[], chunkSize: number): T[][];