import { i as OpenClawConfig } from "../../types.openclaw-fYj4Ft14.js"; import { jt as ProviderAuthResult } from "../../types-C_nat0ED.js"; import { n as readClaudeCliCredentialsForSetup } from "../../cli-auth-seam-CiqoACqV.js"; //#region extensions/anthropic/cli-migration.d.ts type ClaudeCliCredential = NonNullable>; /** Return whether Claude CLI credentials are available for setup migration. */ declare function hasClaudeCliAuth(options?: { allowKeychainPrompt?: boolean; }): boolean; /** Build the config migration result for adopting Claude CLI-backed Anthropic defaults. */ declare function buildAnthropicCliMigrationResult(config: OpenClawConfig, credential?: ClaudeCliCredential | null): ProviderAuthResult; //#endregion export { buildAnthropicCliMigrationResult, hasClaudeCliAuth };