export declare function chunkArray(perChunk: number, inputArray: any[]): Array<any>;
