export declare function getPkgVersion(projectRoot: string, pkgName: string): string | null;
export declare function getPkgVersionFromPath(packageJsonPath: string): string | null;
export declare function findUpPackageJson(cwd: string): string | null;
