import type { IInteractionIntelligence } from "./types.js"; /** * The Interaction Intelligence render model for one response, or `undefined` when `enabled` is * false or the response has no trace. Nothing is fetched — the trace streamed in with the * response's own messages and is read straight out of the store. * @internal */ export declare function useInteractionIntelligenceData(responseId: string, enabled: boolean): IInteractionIntelligence | undefined; //# sourceMappingURL=useInteractionIntelligenceData.d.ts.map