import type { AgentMode } from "../../types/agent"; export declare const ORCHESTRATOR_TEMPERATURE = 0.1; export declare const ORCHESTRATOR_MODE: AgentMode; export declare const ORCHESTRATOR_FALLBACK_MODELS: string[]; export declare const ORCHESTRATOR_DEFAULT_MODEL: string;