import { type LineToneRange, type ViewerTab } from '../../stores/viewerTabsStore'; interface ToolPreviewPanelProps { tab: Extract; } export interface LivePatchPreview { content: string; resultContent: string; lineTones: Map; lineToneRanges?: LineToneRange[]; firstLine?: number; latestLine?: number; } export declare function buildLivePatchPreview(content: string, patch: string | undefined, targetPath: string): LivePatchPreview | null; export declare function ToolPreviewPanel({ tab }: ToolPreviewPanelProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ToolPreviewPanel.d.ts.map