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