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