import { OperationStatusesGetOptionalParams, OperationStatusesGetResponse } from "../models"; /** Interface representing a OperationStatuses. */ export interface OperationStatuses { /** * Gets the current status of an async operation. * @param location The Azure region * @param operationId The ID of an ongoing async operation * @param options The options parameters. */ get(location: string, operationId: string, options?: OperationStatusesGetOptionalParams): Promise; } //# sourceMappingURL=operationStatuses.d.ts.map