/** * `createL2EventBus` — mirror of `core/session/events.ts` for the L2 pipeline. * One bus per orchestrator; subscribers get typed delivery + wildcard channel. */ import type { L2EventBus } from "./types.js"; export declare function createL2EventBus(): L2EventBus; //# sourceMappingURL=events.d.ts.map