/** VOIP line services */
export interface VoipLineService {
    /**  */
    billingAccount: string;
    /**  */
    domain: string;
}
//# sourceMappingURL=VoipLineService.d.ts.map