export declare class OtpDto {
    email?: string;
    otp?: string;
}
