export type { GovernanceConfig, GovernableIntent, GovernanceStore, GovernanceReport, IntentCluster, MergeOperation, WeightChangeRecord, } from './governance-types.js'; export { DEFAULT_GOVERNANCE_CONFIG } from './governance-types.js'; export { IntentGovernanceEngine } from './intent-governance-engine.js'; //# sourceMappingURL=index.d.ts.map