/** * Subscribes to messages that fulfils chosen pattern. */ export declare const SubscribeMessage: (message: T) => MethodDecorator;