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