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