import type { ToolExecutionInput } from "../types.js";
export declare function normalizeExecutionInput(input: ToolExecutionInput): ToolExecutionInput;
