import type { BotConfig } from "../config/config.js"; export declare const OPENAI_DEFAULT_MODEL = "openai/gpt-5.1-codex"; export declare function applyOpenAIProviderConfig(cfg: BotConfig): BotConfig; export declare function applyOpenAIConfig(cfg: BotConfig): BotConfig;