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