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