import { NotificationService } from '../../core/services/notification.service'; import { NotificationRuleService } from '../../core/services/notification-rule.service'; export declare class GuestSubscriber { private readonly notificationService; private readonly notificationRuleService; constructor(notificationService: NotificationService, notificationRuleService: NotificationRuleService); handleGuestInvited(payload: any): Promise; handleGuestRsvp(payload: any): Promise; } //# sourceMappingURL=guest.subscriber.d.ts.map