export declare const notifyLivingSubscribers: (key: string) => void; export declare const subscribeTo: (key: string, depKey: string) => void; export declare const unsubscribeAllDependencies: (key: string) => void;