import * as msRest from "@azure/ms-rest-js"; import * as Models from "./models"; export declare class IotHubGatewayServiceAPIsContext extends msRest.ServiceClient { apiVersion?: string; credentials: msRest.ServiceClientCredentials; /** * Initializes a new instance of the IotHubGatewayServiceAPIsContext class. * @param credentials Subscription credentials which uniquely identify client subscription. * @param [options] The parameter options */ constructor(credentials: msRest.ServiceClientCredentials, options?: Models.IotHubGatewayServiceAPIsOptions); }