export declare class TestNotificationDto {
    email?: string;
    phone?: string;
    message?: string;
    data?: any;
    type?: string;
}
