import { IAPIFunction } from './types'; import { BaseTransaction, PhoneTransaction } from './transactions'; /** * @scope: okta.myAccount.phone.read */ export declare const getPhones: IAPIFunction; /** * @scope: okta.myAccount.phone.read */ export declare const getPhone: IAPIFunction; /** * @scope: okta.myAccount.phone.manage */ export declare const addPhone: IAPIFunction; /** * @scope: okta.myAccount.phone.manage */ export declare const deletePhone: IAPIFunction; /** * @scope: okta.myAccount.phone.manage */ export declare const sendPhoneChallenge: IAPIFunction; /** * @scope: okta.myAccount.phone.manage */ export declare const verifyPhoneChallenge: IAPIFunction;