import type Anthropic from '@anthropic-ai/sdk'; import type { Span } from '@opentelemetry/api'; import type { LLMExecutionResult } from '../types'; export declare const nonStreamableAnthropic: (client: Anthropic, param: Anthropic.MessageCreateParamsNonStreaming, config: { span: Span; }) => Promise; //# sourceMappingURL=nonstreamable.d.ts.map