declare function getAppVersion(pkgName: string): Promise<string>;

export { getAppVersion };
