export type StringEditPreview = { oldString: string; newString: string; }; export declare function extractStreamingMultiEditPreviewEdits(buffer: string): StringEditPreview[]; //# sourceMappingURL=tool-preview-helpers.d.ts.map