import { type OpenClawConfig } from "openclaw/plugin-sdk/provider-onboard"; export declare const XAI_DEFAULT_MODEL_REF = "xai/grok-4"; export declare function applyXaiProviderConfig(cfg: OpenClawConfig): OpenClawConfig; export declare function applyXaiResponsesApiConfig(cfg: OpenClawConfig): OpenClawConfig; export declare function applyXaiConfig(cfg: OpenClawConfig): OpenClawConfig;