/** Split `items` into consecutive chunks of at most `size` elements. */ export declare function chunkArray(items: T[], size: number): T[][]; //# sourceMappingURL=chunk.d.ts.map