/** * @module botbuilder-ai */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ComponentDeclarativeTypes } from 'botbuilder-dialogs-declarative'; import { ComponentRegistration } from 'botbuilder-core'; /** * Define component assets for Luis. */ export declare class LuisComponentRegistration extends ComponentRegistration { private readonly services; /** * Define component assets for Luis. */ constructor(); /** * Get declarative types for LUIS component registration. * * @param _resourceExplorer resource explorer * @returns component registrations */ getDeclarativeTypes(_resourceExplorer: unknown): ComponentDeclarativeTypes[]; } //# sourceMappingURL=luisComponentRegistration.d.ts.map