export declare enum ProvisioningStepState { RUNNING = "Running", FINISHED = "Finished", ERROR = "Error" }