import { KeysStoreService, JsonStoreService } from '../services'; export declare type OnValueChangeFunction = (path: Array, value: any, jsonStore: JsonStoreService, keysStore: KeysStoreService) => void;