import { type ViewModelArray } from '../core'; export declare function arrayUnshift(targetViewModel: ViewModelArray, target: unknown[], ...args: unknown[]): number;