export declare function onHub(hubName: string, topic: string, label?: string): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;
export declare function bindOnHubDecorators(this: any): void;
export declare function unbindOnHubDecorators(this: any): void;