import { NotificationExpiredEvent as SseEvent } from '../../receivers'; export declare class NotificationExpiredEvent { id: string; constructor(notificationExpiredEvent: SseEvent); }