import { NotificationBaseDto } from './base.dto'; export declare class UpdateNotificationDto extends NotificationBaseDto { }