import { type OpenClawConfig } from "agdi/plugin-sdk/provider-onboard"; export declare const MOONSHOT_CN_BASE_URL = "https://api.moonshot.cn/v1"; export declare const MOONSHOT_DEFAULT_MODEL_REF = "moonshot/kimi-k2.5"; export declare function applyMoonshotProviderConfig(cfg: OpenClawConfig): OpenClawConfig; export declare function applyMoonshotProviderConfigCn(cfg: OpenClawConfig): OpenClawConfig; export declare function applyMoonshotConfig(cfg: OpenClawConfig): OpenClawConfig; export declare function applyMoonshotConfigCn(cfg: OpenClawConfig): OpenClawConfig;