import type { ToolCall } from "../../types.js"; export declare function formatFsReadLineRange(args: Record | undefined): string | undefined; export declare function formatToolArgs(call: ToolCall): string;