export declare enum ProjectNLP { /** * @deprecated * LUIS NLU is being sunset by Microsoft and we are replacing it with VFNLU. Use * `ProjectNLP.VFNLU` instead. */ LUIS = "LUIS", VFNLU = "VFNLU" } export type Variable = string; //# sourceMappingURL=common.d.ts.map