/** Beta status of softphone */
export interface SoftphoneBetaStatus {
    /** Whether Softphone beta is enabled or disabled */
    enabled: boolean;
}
//# sourceMappingURL=SoftphoneBetaStatus.d.ts.map