import type { ToolCallRepairFunction, ToolSet } from "../types/index.js"; /** * Create an `experimental_repairToolCall` handler for streamText/generateText. * Fully dynamic — reads the tool schema at repair time, no configuration needed. */ export declare function createToolCallRepair(): ToolCallRepairFunction;