export declare class SendMsg91OtpService {
    sendMsg91Otp(country_phone_code: string, phone_number: string, otp: number): Promise<boolean>;
}
