import { IEvent } from './i-event'; export interface IEventMap { [index: string]: T; }