export declare class ResendOtpService {
    sendOtp(mobileNumber: string, type: string): Promise<any>;
}
