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