/** * update special package version * @param {Array} packageList */ export declare function updateSpecialPackageVersion(packageList: any[]): void; export declare function updateAllPackageVersion({ autoInstall, }: { autoInstall?: boolean | undefined; }): void; export declare function updateEveryPackageVersion({ autoInstall, }: { autoInstall?: boolean | undefined; }): void; export declare function checkAllPackageVersion(): void; export declare function checkEveryPackageVersion(): void;