// Sub-barrel for the retention shape surface (Convention #4). // Concrete types live in sibling files; re-export them here. export type { ArchiveBackendRef } from './archive-backend-ref.js' export type { RetentionPolicy } from './policy.js' export { RETENTION_POLICY_DISABLED } from './policy.js'