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, } from './diff.types.js'; //# sourceMappingURL=index.d.ts.map