export declare class VerifyOtpService {
    sendOtp(mobileNumber: number, otp: number): Promise<any>;
}
