export type { DiffAdapter, DiffApi } from './diff.js'; export { executeDiffCapture, executeDiffCompare, executeDiffApply } from './diff.js'; export type { DiffSnapshot, DiffPayload, DiffApplyResult, DiffSummary, DiffCoverage, DiffEngineId, DiffCompareInput, DiffApplyInput, DiffApplyOptions, DiffChangeMode, DiffApplyOperationReceipt, DiffApplyReviewItem, } from './diff.types.js';