import { OperationStatuses } from "../operationsInterfaces"; import { DevCenterClient } from "../devCenterClient"; import { OperationStatusesGetOptionalParams, OperationStatusesGetResponse } from "../models"; /** Class containing OperationStatuses operations. */ export declare class OperationStatusesImpl implements OperationStatuses { private readonly client; /** * Initialize a new instance of the class OperationStatuses class. * @param client Reference to the service client */ constructor(client: DevCenterClient); /** * 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