import type { ToolCall } from "../types.js"; export declare function normalizeToolCall(call: ToolCall): ToolCall;