declare const chunk: (arr: any[], size: number) => any[][]; export default chunk;