import type { LLMCallOpts, LLMExtractResult } from './types.js'; export declare function callOpenAI(opts: LLMCallOpts, apiKey: string): Promise; //# sourceMappingURL=openai.d.ts.map