export { default as EventBus } from './EventBus'; export type { IEventHandler, IEvent } from './interface';