/** * * 升级包到最新版本 * */ declare function upgradePackage(packageName: string): Promise; export { upgradePackage };