export default function moveItemInArray(originalArray: any, from: any, to: any): any[];