import { SoftphoneInfrastructureEnum } from './SoftphoneInfrastructureEnum';
/** Softphone status */
export interface SoftphoneStatus {
    /** Line beta softphone activation status */
    activation: boolean;
    /** Line eligibility to softphone */
    eligibility: boolean;
    /** Line infrastructure */
    infrastructure: SoftphoneInfrastructureEnum;
}
//# sourceMappingURL=SoftphoneStatus.d.ts.map