export declare function chunks<A>(array: Array<A>, size: number): Array<Array<A>>;
//# sourceMappingURL=chunks.util.d.ts.map