import type { Span } from '@opentelemetry/api'; import type OpenAI from 'openai'; import type { AzureOpenAI } from 'openai'; import type { LLMExecutionResult } from '../types'; export declare const nonStreamableOpenAI: (client: TClient, param: Parameters[0] & { stream: false; }, config: { span: Span; }) => Promise; //# sourceMappingURL=nonstreamable.d.ts.map