import { Event } from '../index';
export interface EventMap {
    [type: string]: Event;
}
//# sourceMappingURL=EventMap.d.ts.map