export type PersistenceManagerType = 'TRANSACTIONAL' | 'NON_TRANSACTIONAL' | 'DELEGATING';