import { IAzureBotService, Service } from "./service"; /** * @module botbuilder-config */ export declare class AzureBotService extends Service implements IAzureBotService { tenantId: string; resourceGroup: string; subscriptionId: string; endpoint: string; appId: string; appPassword: string; constructor(); }