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