export declare const chunkArray: (array: Array<any>, chunkSize: number) => any[][];
