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