export declare function arrayMove(arr: any[], old_index: number, new_index: number): any[];