/** * History Module * * Phase 6 de-bloat (2026-06): the session history/audit-log half * (history-service, history-types) was deleted — zero non-test consumers. * Version history remains: it backs the rollback workflow. * * @since v1.30.0 */ export { type PluginVersionEntry, type PluginHistory, type VersionHistoryStore, type RollbackConfig, DEFAULT_ROLLBACK_CONFIG, VersionHistoryService, getVersionHistoryService, resetVersionHistoryService, } from './version-history.js'; //# sourceMappingURL=index.d.ts.map