export declare const PLUS_CLS_EVENT_KEY = "decorator:plus:cls:event";
export declare function PlusEvent(): ClassDecorator;
export declare const PLUS_EVENT_KEY = "decorator:plus:event";
/**
 * 事件
 * @param eventName
 * @constructor
 */
export declare function Event(eventName?: string): MethodDecorator;
