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