import type { IInteractionIntelligenceTotals } from "./types.js"; /** * The turn-level totals (duration/tokens) for one response, read straight out of the stored * interaction steps without resolving categories or building any detail rows. `undefined` until * the response has steps — the inline trigger renders nothing until then. * @internal */ export declare function useInteractionIntelligenceTotals(responseId: string): IInteractionIntelligenceTotals | undefined; //# sourceMappingURL=useInteractionIntelligenceTotals.d.ts.map