declare const arrayToParts: (value: any[], parts?: number) => any[]; export default arrayToParts;