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