declare function chunk(arr: any[], size?: number): Array<any[]>;

export = chunk;
