import { BotComponent } from 'botbuilder-core'; import { Configuration, ServiceCollection } from 'botbuilder-dialogs-adaptive-runtime-core'; /** * Class which contains registration of components for QnAMaker. */ export declare class QnAMakerBotComponent extends BotComponent { /** * @param services Services collection to mimic dependency injection. * @param _configuration Configuration for the bot component. */ configureServices(services: ServiceCollection, _configuration: Configuration): void; } //# sourceMappingURL=qnaMakerBotComponent.d.ts.map