export declare type EventHandler = (type: string, data?: any) => boolean;
