import { IEventInstance } from './IEventInstance'; export interface IEventEmitter { events: Map>; } //# sourceMappingURL=IEventEmitter.d.ts.map