import { SafeAny } from './types'; export declare function switchPosition(array: T[], from: number, to: number): T[];