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