export interface AgentResponse { text: string; toolsUsed: string[]; error?: string; } export declare function runPrompt(chatId: string, userMessage: string): Promise; //# sourceMappingURL=agent-bridge.d.ts.map