export declare function moveArrayItem(items: any[], from: number, to: number): void;