export declare class VerifyOtpDto { phone: string; otp: string; }