import Anthropic from '@anthropic-ai/sdk';
export declare const createAnthropicClient: (anthropicKey: string) => Anthropic;
