export declare class UpdateConversationNotificationDto {
    notification: boolean;
}
