import { NgPackage } from './package'; export declare function discoverPackages({ project }: { project: string; }): Promise;