import { ContextItem } from "../index.js";
export declare function checkSimpleValueChange(newValue: unknown, contextItem: ContextItem): -1 | 6;
