declare const chunk: (array: Array, chunkLength: number) => any[][]; export default chunk;