import { Tool } from "../../utils/Tool"; import type { ToolParamMap } from "../../utils/Tool"; import type { GoogleGeminiResponse } from "./GoogleGeminiResponse"; export declare function mapGeminiResponseToToolInvocations({ data: { candidates } }: GoogleGeminiResponse, tools: Tool[]): void;