/** Pack of SIP trunk services */
export interface PackSipTrunk {
    /** Name of the SIP trunk pack */
    packName: string;
}
//# sourceMappingURL=PackSipTrunk.d.ts.map