/** Splits an array into chunks */ export default function splitArray(array: T[], size: number): T[][]; //# sourceMappingURL=split-array.d.ts.map