export declare function getNpmPackageVersion(packageName: string, packageVersion?: string): string | null;
