export interface NodePackage { name: string; version: string; } export declare function getLatestDependencyVersion(packageName: string): Promise;