import type Anthropic from '@anthropic-ai/sdk'; import type { Span } from '@opentelemetry/api'; import type { AgentEventStreamer } from '../../Agent/stream/types'; import type { LLMExecutionResult } from '../types'; export declare const streamableAnthropic: (client: Anthropic, param: Anthropic.MessageCreateParamsStreaming, config: { span: Span; onStream: AgentEventStreamer; }) => Promise; //# sourceMappingURL=streamable.d.ts.map