export declare class NotificationEditDTO { name: string; entity: number; event: number; type: number; body: string; active: boolean; from: string; to: string; monday: boolean; tuesday: boolean; wednesday: boolean; thursday: boolean; friday: boolean; saturday: boolean; sunday: boolean; }