import { type AgentDefinition } from './orchestrator'; export declare function createCouncilMasterAgent(model: string, customPrompt?: string, customAppendPrompt?: string): AgentDefinition;