export declare class EventType { description: string; payload: Payload | undefined; symbol: symbol; constructor(description?: string); }