/** * https://simplestatistics.org/docs/#chunk */ declare function chunk( x: T[], chunkSize: number ): T[][] export default chunk;