import { ContextItem } from './ContextItem.type.js';
export declare function checkArrayValueChange(newValue: unknown, _subject: ContextItem): 0 | 9;
