export declare const notifyProperty: (host: T, name: K, value: T[K]) => void; export declare const useNotifyProperty: (name: K, value: V, deps?: unknown[]) => void;