export declare class VerifyPhoneNumberDto {
    otp: string;
}
