export declare abstract class AbstractEvent { name: string; constructor(name: string); }