export declare enum MicrosoftOperationStatus { NOT_STARTED = "Not started", RUNNING = "Running", SUCCEEDED = "Succeeded", FAILED = "Failed" }