import { KompoElement, state, statefull } from "../types"; export default function observe(obj: any, root: KompoElement): any; export declare function isProxy(obj: any): any; export declare function ignore(obj: any, ...statefulls: Array): void; export declare function shouldIgnore(obj: any, statefull: statefull): boolean; export declare function resetIgnore(obj: any): void; export declare function dispatch(Element: KompoElement, cb: (state: state) => void, silent?: boolean): void; export declare function ignoreUpdate(obj: any): void; export declare function resetIgnoreUpdate(obj: any): void; export declare function triggerUpdate(obj: any): void; //# sourceMappingURL=store.d.ts.map