import { NluMap, NluMapItem, NluVisualTree } from "./index";
import { NLURunOpts } from "./commands/run/cmd-line-opts";
export declare const createTree: (map: NluMap, mainProjectPath: string, mainDep: NluMapItem, opts: NLURunOpts) => NluVisualTree;
