import { IDispatchService, Service } from "./service"; /** * @module botbuilder-config */ export declare class DispatchService extends Service implements IDispatchService { appId: string; version: string; authoringKey: string; subscriptionKey: string; endpointBasePath: string; constructor(); }