/** The status of an order step */
export declare enum StepNameEnum {
    'accessIsOperational' = "accessIsOperational",
    'checkInfrastructure' = "checkInfrastructure",
    'configureAccessOnOVH' = "configureAccessOnOVH",
    'orderPayed' = "orderPayed",
    'orderReceived' = "orderReceived",
    'orderTreatment' = "orderTreatment",
    'sendModem' = "sendModem",
    'sendOrderToProvider' = "sendOrderToProvider",
    'setupCustomerPremisesEquipment' = "setupCustomerPremisesEquipment",
    'waitingForProviderInstallReport' = "waitingForProviderInstallReport",
    'waitingForWithdrawalPeriodToBeOver' = "waitingForWithdrawalPeriodToBeOver"
}
//# sourceMappingURL=StepNameEnum.d.ts.map