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