/** Pure campaign configuration, accrual, allocation, and Merkle primitives. */ export * as Campaigns from './Campaigns.js' /** TIDX-backed reward event access. */ export * as Events from './Events.js' /** Registered-recipient balance and qualification projection. */ export * as Projection from './Projection.js' /** Target-rate resolution. */ export * as Rates from './Rates.js' /** Public reward metadata, recipient state, and proof reads. */ export * as Read from './Read.js' /** Durable campaign execution coordinator. */ export * as Runner from './Runner.js' /** Typed protocol for the isolated reward signer. */ export * as Signer from './Signer.js'