import * as api from '@opentelemetry/api'; import { LLMConfig } from './llm-common'; export declare function instrumentAnthropic(tracer: api.Tracer, config: LLMConfig): boolean; //# sourceMappingURL=anthropic.d.ts.map