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