/** * Render the most useful single-line description of a tool call's arguments. */ export declare function formatToolArgs(toolName: string, input: unknown): string; //# sourceMappingURL=tool-arg-format.d.ts.map