import { i as OpenClawConfig } from "./types.openclaw-DBHlrrVj.js";
//#region extensions/together/onboard.d.ts
declare const TOGETHER_DEFAULT_MODEL_REF = "together/meta-llama/Llama-3.3-70B-Instruct-Turbo";
declare function applyTogetherConfig(cfg: OpenClawConfig): OpenClawConfig;
//#endregion
export { applyTogetherConfig as n, TOGETHER_DEFAULT_MODEL_REF as t };