import { EventBus } from '../bus/EventBus';
export declare function emitEvent(event: string, payload: any, bus: EventBus): Promise<void>;
