import { IQnAMakerService, Service } from "./service"; /** * @module botbuilder-config */ export declare class QnAMakerService extends Service implements IQnAMakerService { subscriptionKey: string; endpointKey: string; kbId: string; hostname: string; constructor(); }