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