import { type IAgentRuntime } from '@elizaos/core'; /** * Initialize and validate Anthropic configuration */ export declare function initializeAnthropic(_config: any, runtime: IAgentRuntime): void;