import { ReactiveObserver } from '../libs/mutation-tracker'; import type { CallbackFunction } from '../libs/mutation-tracker'; import type { VM } from './vm'; export declare function componentValueMutated(vm: VM, key: PropertyKey): void; export declare function componentValueObserved(vm: VM, key: PropertyKey, target?: any): void; export declare function createReactiveObserver(callback: CallbackFunction): ReactiveObserver; export * from '../libs/mutation-tracker'; export * from '../libs/signal-tracker'; //# sourceMappingURL=mutation-tracker.d.ts.map