import { PrivateLinkScopeOperationStatus } from "../operationsInterfaces";
import { MonitorClient } from "../monitorClient";
import { PrivateLinkScopeOperationStatusGetOptionalParams, PrivateLinkScopeOperationStatusGetResponse } from "../models";
/** Class containing PrivateLinkScopeOperationStatus operations. */
export declare class PrivateLinkScopeOperationStatusImpl implements PrivateLinkScopeOperationStatus {
    private readonly client;
    /**
     * Initialize a new instance of the class PrivateLinkScopeOperationStatus class.
     * @param client Reference to the service client
     */
    constructor(client: MonitorClient);
    /**
     * Get the status of an azure asynchronous operation associated with a private link scope operation.
     * @param asyncOperationId The operation Id.
     * @param resourceGroupName The name of the resource group. The name is case insensitive.
     * @param options The options parameters.
     */
    get(asyncOperationId: string, resourceGroupName: string, options?: PrivateLinkScopeOperationStatusGetOptionalParams): Promise<PrivateLinkScopeOperationStatusGetResponse>;
}
//# sourceMappingURL=privateLinkScopeOperationStatus.d.ts.map