import { Agent } from "@ai-zen/agents-core"; export declare function runConversation(agent: Agent, modelId: string, conversationId?: string, conversationName?: string, agentId?: string, initialMessage?: string): Promise; //# sourceMappingURL=conversation-runner.d.ts.map