import { EVCb, NluMap } from "./index";
import { NLURunOpts } from "./commands/run/cmd-line-opts";
export declare const rootPaths: Array<string>;
export declare type Task = (cb: EVCb<any>) => void;
export declare const makeFindProject: (mainProjectName: string, totalList: Map<string, true>, map: NluMap, ignore: RegExp[], opts: NLURunOpts, status: any, conf: import(".").NluConf) => (item: string, cb: EVCb<any>) => void;
