/** * Notifications Backend Module Exports */ export { BackendNotificationsDomainService, getBackendNotificationsDomainService, resetNotificationsDomainService, } from '../../domain/notifications'; export { NotificationsModule, BACKEND_NOTIFICATIONS_DOMAIN_SERVICE } from './notifications.module'; export { NotificationsController } from './notifications.controller'; //# sourceMappingURL=index.d.ts.map