import { type OpenClawConfig } from "openclaw/plugin-sdk/provider-onboard"; export declare const TOGETHER_DEFAULT_MODEL_REF = "together/moonshotai/Kimi-K2.5"; export declare function applyTogetherProviderConfig(cfg: OpenClawConfig): OpenClawConfig; export declare function applyTogetherConfig(cfg: OpenClawConfig): OpenClawConfig;