export declare class BaseEvent { data: EventType; constructor(data?: EventType); }