import type React from 'react'; import type { HistoryEntry } from './types.js'; export declare function ToolEntry({ entry, termWidth, multiDiffSummaryThreshold, showSageMemoryInject, }: { entry: Extract; termWidth: number; multiDiffSummaryThreshold?: number | undefined; showSageMemoryInject?: boolean | undefined; }): React.ReactElement; //# sourceMappingURL=tool-entry.d.ts.map