export declare class CreateNotificationDto {
    title: string;
    content: string;
    file_id: string;
    receiver_id: string;
}
