import type { AssistantTransportCommand, AssistantTransportState, AssistantTransportStateConverter } from "./types.js"; import type { ToolExecutionStatus } from "./useToolInvocations.js"; export declare function useConvertedState(converter: AssistantTransportStateConverter, agentState: T, pendingCommands: AssistantTransportCommand[], isSending: boolean, toolStatuses: Record): AssistantTransportState; //# sourceMappingURL=useConvertedState.d.ts.map