import { EventEmitter } from 'node:events';
declare const eventBus: EventEmitter<any>;
export { eventBus };
