export declare class CreateNotificationDto {
    content: string;
    title: string;
    image?: string;
}
