import type { AnchorAffinityResult, BufferRange, SemanticSummaryResult, StructuredBufferDiffResult, StructuredBufferSnapshot } from "./structured-buffer-model.js"; export declare function buildDiffResult(current: StructuredBufferSnapshot, next: StructuredBufferSnapshot): StructuredBufferDiffResult; export declare function buildSemanticSummaryResult(current: StructuredBufferSnapshot, next: StructuredBufferSnapshot): SemanticSummaryResult; export declare function buildAnchorAffinityResult(current: StructuredBufferSnapshot, next: StructuredBufferSnapshot, selection: BufferRange): AnchorAffinityResult; //# sourceMappingURL=structured-buffer-compare.d.ts.map