export declare class CreatePhishingResponseDto {
    emailId: string;
    actionType: string;
}
