/**
 * Get the installed version of a package
 */
export declare function getPackageVersion(pkg: string): string | undefined;
