import { NluConf, NLUDotJSON } from "./index";
import { NLURunOpts } from "./commands/run/cmd-line-opts";
export declare const getIgnore: (conf: NLUDotJSON, opts: any) => Array<RegExp>;
export declare const getSearchRoots: (opts: NLURunOpts, conf: NluConf) => Array<string>;
