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