/** * `createFeedbackEventBus` — dedicated bus for the Decision Repair pipeline. * Mirrors the shape of the L2 / L3 / skill buses so wiring is uniform. */ import type { FeedbackEventBus } from "./types.js"; export declare function createFeedbackEventBus(): FeedbackEventBus; //# sourceMappingURL=events.d.ts.map