/**
 * @worklet
 */
export declare const move: <T>(input: T[], from: number, to: number) => T[];
