import { Event, Node, Store } from "./types";
export declare const subscribe: (store: Store<any, any>, path: string[], node: Node) => void;
export declare const unsubscribe: (store: Store<any, any>, path: string[], node: Node) => void;
export declare const get: (universe: any, pathKey: string) => any;
export declare const submitPatches: (store: Store<any, any>, universe: any, event: Event) => void;
//# sourceMappingURL=watch.d.ts.map