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