export declare function chunks<T>(array: T[], size: number): T[][];
//# sourceMappingURL=arrayUtils.d.ts.map