import type { ModelProviderConfig } from "openclaw/plugin-sdk/provider-models";
export declare const OPENAI_CODEX_BASE_URL = "https://chatgpt.com/backend-api";
export declare function buildOpenAICodexProvider(): ModelProviderConfig;
