import { DialogService } from './dialog.service'; export declare class EventService { private dialogService; constructor(dialogService: DialogService); addWatcher(attr: string, handle: any): void; change(attr: string, data?: any): void; isExistAttr(attr: string): boolean; deleteAttr(attr: string): void; }