export declare class NotificationHistorySearchDTO { body: string; entity: number; event: number; type: number; from: string; to: string; }