import { EventEmitter } from '../../../../utils'; import { NewNotificationEvent, NotificationExpiredEvent } from '../models'; export declare class NotificationEvents { readonly newNotification: EventEmitter; readonly notificationExpired: EventEmitter; }