/** * @veryfront/ext-llm-anthropic — registers the Anthropic provider into the * core `LLMProviderRegistry`. * * @module extensions/ext-llm-anthropic */ import type { ExtensionFactory } from "../../../src/extensions/index.js"; import { AnthropicProvider } from "./anthropic-provider.js"; declare const extAnthropic: ExtensionFactory; export default extAnthropic; export { AnthropicProvider }; //# sourceMappingURL=index.d.ts.map