/** * Determines if a dependency is defined in any package.json files starting * from the current directory up to the workspace root. */ export declare function findPackageDependency(dependencyName: string, startDirectory?: string): Promise;