/** * Anthropic Claude Provider */ import type { AIProvider } from '../types'; export declare function createAnthropicProvider(model?: string, apiKey?: string): AIProvider; //# sourceMappingURL=anthropic.d.ts.map