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