export { captureSnapshot, compareToSnapshot, applyDiffPayload, DiffServiceError, type DiffServiceEditor, type DiffServiceErrorCode, type ApplyOptions, type ApplyDiffResult, } from './diff-service.js'; export { buildCanonicalDiffableState, stableStringify, type CanonicalDiffableState } from './canonicalize.js'; export { computeFingerprint } from './fingerprint.js'; export { buildDiffSummary } from './summary.js'; export { V1_COVERAGE, V2_COVERAGE, coverageEquals } from './coverage.js'; //# sourceMappingURL=index.d.ts.map