/**
 * Model used when an agent does not declare one, baked in by `eve init`, and
 * pre-selected in the setup model picker.
 */
export declare const DEFAULT_AGENT_MODEL_ID = "anthropic/claude-sonnet-4.6";
