export declare class NotificationSearchDTO { name: string; entity: number; event: number; type: number; active: boolean; }