import type { OrchestratorInvokeOptions, OrchestratorResult } from './orchestrator.js'; /** * Invoke the Gemini API via the `@google/genai` SDK. * Requires: `pnpm add @google/genai` and `GEMINI_API_KEY` env var. * * @see https://github.com/mmnto-ai/totem/issues/231 */ export declare function invokeGeminiOrchestrator(opts: OrchestratorInvokeOptions): Promise; //# sourceMappingURL=gemini-orchestrator.d.ts.map