/**
 * Defines constants for long running operation states.
 *
 * @const
 * @type {string}
 */
export declare type LongRunningOperationStates = "InProgress" | "Succeeded" | "Failed" | "Canceled" | "Cancelled";
/**
 * The default language in the request header.
 *
 * @const
 * @type {string}
 */
export declare const DEFAULT_LANGUAGE = "en-us";
/**
 * The ms-rest-azure version.
 * @const
 * @type {string}
 */
export declare const msRestAzureVersion = "2.1.0";
//# sourceMappingURL=constants.d.ts.map