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