export declare function swap(array: Array, moveIndex: number, toIndex: number): T[];