export declare class VerifyOtpDto {
    action: string;
    otp: number;
    phone_number: string;
    country_phone_code: string;
}
