import type { ToolUseRequestOptions } from "../shared"; import { PartWithFunctionCall, PartWithFunctionResponse } from "./GoogleGeminiRequest"; export declare function mapToolInvocationsToGeminiRequest(functionCalls: PartWithFunctionCall[], { $tools }: Required): PartWithFunctionResponse[];