import { EVCb, NluConf, NLURunOpts } from "./index"; export declare const globalConfigFilePath: string; export declare const validateConfigFile: (data: NluConf) => boolean | PromiseLike; export declare const getProdKeys: (pkg: any) => string[]; export declare const getDevKeys: (pkg: any) => string[]; export declare const validateOptions: (opts: any) => boolean; export declare const mapConfigObject: (obj: any) => any; export declare const determineIfReinstallIsNeeded: (nodeModulesPath: string, depsKeys: string[], opts: NLURunOpts, cb: EVCb) => void;