/** Maximum time needed to repair a landline */
export declare enum FaultRepairTimeEnum {
    'Key_10HO' = "10HO",
    'Key_4HNO' = "4HNO",
    'Key_4HO' = "4HO",
    'DPLUS1' = "DPLUS1",
    'NORMAL' = "NORMAL"
}
//# sourceMappingURL=FaultRepairTimeEnum.d.ts.map