import { AuthMethodInteractor } from './AuthMethodInteractor'; /** * TwilioPhoneInteractor * * A client-side class that knows how to call the WAB server for Twilio-based phone verification. */ export declare class TwilioPhoneInteractor extends AuthMethodInteractor { methodType: string; } //# sourceMappingURL=TwilioPhoneInteractor.d.ts.map