export declare function GloballyShared(sharedData: any): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void; export declare function GloballySharedByName(sharedData: any, sharedKey: string): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;