export declare const arrayToChunks: (list: any[], size: number) => any[][];
