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