import { NluMap, NLURunOpts, NluVisualTree } from "./index"; export declare const createTree: (map: NluMap, name: string, originalList: string[], opts: NLURunOpts) => NluVisualTree;