export declare const chunk: <T>(arr: T[], size: number) => T[][];
//# sourceMappingURL=chunk.d.ts.map