import { BotComponent } from 'botbuilder-core'; import { Configuration, ServiceCollection } from 'botbuilder-dialogs-adaptive-runtime-core'; /** *LUIS @see cref="BotComponent" definition. */ export declare class LuisBotComponent extends BotComponent { /** * @param services Services collection to register dependency injection. * @param _configuration Configuration for the bot component. */ configureServices(services: ServiceCollection, _configuration: Configuration): void; } //# sourceMappingURL=luisBotComponent.d.ts.map