export declare enum isReadValue {
    true = "true",
    false = "false"
}
export declare class UpdateNotificationDto {
    isRead: isReadValue;
}
