export declare function getInstalledPackageVersion(packageName: string, path?: string | string[]): Promise<string | undefined>;
