import { IEndpointService, Service } from "./service"; /** * @module botbuilder-config */ export declare class EndpointService extends Service implements IEndpointService { appId: string; appPassword: string; constructor(); }