/** Type of service */
export declare enum ServiceTypeEnum {
    'payAsYouGo' = "payAsYouGo",
    'prepaid' = "prepaid"
}
//# sourceMappingURL=ServiceTypeEnum.d.ts.map