export declare class MarkReadDto {
    notification_id?: number;
    mark_all_read?: boolean;
}
