import { IEvent } from '../EventBus/interface'; export declare type IEvents = { [K in keyof T]: IEvent; };