import type { BotConfig } from "../config/config.js"; export declare const OPENAI_CODEX_DEFAULT_MODEL = "openai-codex/gpt-5.4"; export declare function applyOpenAICodexModelDefault(cfg: BotConfig): { next: BotConfig; changed: boolean; };