import { cn as ProviderPlugin } from "./types-Yz3EZWA82.js"; import { g as OpenClawPluginApi } from "./plugin-entry-BTRQGtzH.js"; //#region extensions/anthropic/register.runtime.d.ts /** Build the full Anthropic provider descriptor used by runtime registration. */ declare function buildAnthropicProvider(): ProviderPlugin; /** Register Anthropic provider, Claude CLI backend, and media understanding provider. */ declare function registerAnthropicPlugin(api: OpenClawPluginApi): void; //#endregion export { registerAnthropicPlugin as n, buildAnthropicProvider as t };