/**
 * 判断某个事件是否已绑定处理器
 * @param eventName 事件名
 */
export declare function isEventBound(eventName: string): boolean;
