export declare const NATS_EVENT_METADATA = "nats_event_metadata";
export declare function NatsEventPattern(pattern: string): <TFunction extends Function, Y>(target: TFunction | object, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor<Y>) => void;