/** List of possible type of a telephony service */
export declare enum TelephonySearchServiceTypeEnum {
    'alias' = "alias",
    'line' = "line",
    'trunk' = "trunk"
}
//# sourceMappingURL=TelephonySearchServiceTypeEnum.d.ts.map