declare function getPackageVersion(name: string): string | null;

export { getPackageVersion };
