export {
  listDeals,
  listPendingDeals,
  type ListDealsOptions,
  type ListPendingDealsOptions,
  type PendingDeal,
} from '../../admin/deal-approval.js';
