export declare const publish: (name: any, initialValue: any) => (target: any, propertyKey: any) => void; export declare const subscribe: (name: any, options: any) => (target: any, propertyKey: any) => void;