export declare class NotificationStatusEntity { id: string; lastDate: Date; static isExpired(entity: NotificationStatusEntity): boolean; }