export declare class LoginOtpEmailRequest {
    email: string;
    otpValue: string;
}
