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