import { i as OpenClawConfig } from "../../types.openclaw-CXjMEWAQ.js"; import { jt as ProviderAuthResult } from "../../types-DaHgOqFX.js"; import { n as readClaudeCliCredentialsForSetup } from "../../cli-auth-seam-JLLG0tkO.js"; //#region extensions/anthropic/cli-migration.d.ts type ClaudeCliCredential = NonNullable>; /** Build the config migration result for adopting Claude CLI-backed Anthropic defaults. */ declare function buildAnthropicCliMigrationResult(config: OpenClawConfig, credential?: ClaudeCliCredential | null): ProviderAuthResult; //#endregion export { buildAnthropicCliMigrationResult };