export declare enum EnumRoutingStepStatus { PENDING = "PENDING", APPROVED = "APPROVED", REJECTED = "REJECTED", SKIPPED = "SKIPPED" }