import * as msRest from "@azure/ms-rest-js";
import * as Models from "../models";
import { AutomationClientContext } from "../automationClientContext";
/** Class representing a LinkedWorkspaceOperations. */
export declare class LinkedWorkspaceOperations {
    private readonly client;
    /**
     * Create a LinkedWorkspaceOperations.
     * @param {AutomationClientContext} client Reference to the service client.
     */
    constructor(client: AutomationClientContext);
    /**
     * Retrieve the linked workspace for the account id.
     * @param resourceGroupName Name of an Azure Resource group.
     * @param automationAccountName The name of the automation account.
     * @param [options] The optional parameters
     * @returns Promise<Models.LinkedWorkspaceGetResponse>
     */
    get(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.LinkedWorkspaceGetResponse>;
    /**
     * @param resourceGroupName Name of an Azure Resource group.
     * @param automationAccountName The name of the automation account.
     * @param callback The callback
     */
    get(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.LinkedWorkspace>): void;
    /**
     * @param resourceGroupName Name of an Azure Resource group.
     * @param automationAccountName The name of the automation account.
     * @param options The optional parameters
     * @param callback The callback
     */
    get(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LinkedWorkspace>): void;
}
//# sourceMappingURL=linkedWorkspaceOperations.d.ts.map