import { BotComponent } from 'botbuilder';
import { Configuration, ServiceCollection } from 'botbuilder-dialogs-adaptive-runtime-core';
/**
 * ComponentRegistration class for language generation resources.
 */
export declare class LanguageGenerationBotComponent extends BotComponent {
    /**
     * @param services Services Collection to register.
     * @param _configuration Configuration for the bot component.
     */
    configureServices(services: ServiceCollection, _configuration: Configuration): void;
}
//# sourceMappingURL=languageGenerationBotComponent.d.ts.map