import * as appService from "@azure/arm-appservice"; import * as msRest from "@azure/ms-rest-js"; import { AzureBotService } from "@azure/arm-botservice"; export declare function createAzureBotServiceClient(creds: msRest.ServiceClientCredentials, subs: string): AzureBotService; export declare function createWebSiteMgmtClient(creds: msRest.ServiceClientCredentials, subs: string): appService.WebSiteManagementClient; //# sourceMappingURL=clientFactory.d.ts.map