export interface AiAgentActionResponse {
    toolId: string;
    content: string;
}
//# sourceMappingURL=AiAgentActionResponse.d.ts.map