import { EVCb, NluMap, NLURunOpts } from "./index"; export declare const makeFindProject: (mainProjectName: string, totalList: Map, map: NluMap, ignore: RegExp[], opts: NLURunOpts, status: any) => (item: string, cb: EVCb) => void;