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