export declare const pushReactiveContext: (key: string) => number; export declare const popReactiveContext: () => string | undefined; export declare const registerDependency: (key: string) => void;