import type { AIProviderConfig } from "../../../types/ai"; import type { AnthropicConfig } from "../../../types/anthropic"; export declare const anthropic: (config: AnthropicConfig) => AIProviderConfig;