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