import * as Models from "./models";
import * as msRest from "@azure/ms-rest-js";
import { TokenCredential } from "@azure/core-auth";
import * as msRestAzure from "@azure/ms-rest-azure-js";
export declare class AutomationClientContext extends msRestAzure.AzureServiceClient {
    credentials: msRest.ServiceClientCredentials | TokenCredential;
    subscriptionId: string;
    countType1: Models.CountType;
    /**
     * Initializes a new instance of the AutomationClient class.
     * @param credentials Credentials needed for the client to connect to Azure. Credentials
     * implementing the TokenCredential interface from the @azure/identity package are recommended. For
     * more information about these credentials, see
     * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
     * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
     * @azure/ms-rest-browserauth are also supported.
     * @param subscriptionId Gets subscription credentials which uniquely identify Microsoft Azure
     * subscription. The subscription ID forms part of the URI for every service call.
     * @param countType1 The type of counts to retrieve. Possible values include: 'status',
     * 'nodeconfiguration'
     * @param [options] The parameter options
     */
    constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, countType1: Models.CountType, options?: Models.AutomationClientOptions);
}
//# sourceMappingURL=automationClientContext.d.ts.map