import type { EventBus } from '@wrongstack/core/kernel'; import type { Action } from '../app-reducer.js'; /** * Brain decision events → chat history / status bar. */ export declare function useBrainEvents(events: EventBus, dispatch: React.Dispatch, getSessionId?: (() => string | undefined) | undefined): void; //# sourceMappingURL=use-brain-events.d.ts.map