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