/** * Will try to find package.json in src folder * if not found will search in 1st level of directories * Returns list of directories with package.json * project - string, relative path to folder */ export declare function findSubmodules(project: string, options?: { local: boolean; }): Promise;