/** * Config-sync module. * * Phase 6 de-bloat (2026-06): config-discovery.ts and config-sync.ts were * deleted — zero consumers since they shipped. Only the diff helper * survives; it is consumed by the rollback workflow (config restore diffs). */ export { diffConfigFiles, type ConfigDiff, type ConfigChange } from './config-diff.js'; //# sourceMappingURL=index.d.ts.map