import { i as OpenClawConfig } from "./types.openclaw-CXjMEWAQ.js"; import { s as SessionEntry } from "./types-DVCyjomt.js"; //#region src/agents/thinking-runtime.d.ts /** Resolves an explicit session override before configured model/provider policy. */ declare function resolveEffectiveAgentRuntime(params: { cfg: OpenClawConfig; provider: string; modelId: string; agentId?: string; sessionKey?: string; sessionEntry?: Pick; }): string; //#endregion export { resolveEffectiveAgentRuntime as t };