import { ILUISService, Service } from "./service"; /** * @module botbuilder-config */ export declare class LUISService extends Service implements ILUISService { appId: string; version: string; authoringKey: string; subscriptionKey: string; endpointBasePath: string; constructor(); }