export declare class EventsEditorUtil { constructor(); /** 检查匹配是否为需要依赖上下文的方法 */ static isContextDependent(controllerId: any, commandHandlerName: any): boolean; static setComponentLists(controllerItem: any, commandItem: any, initialData: any): any; }