import type { PkgIdentifier } from '../../types.mjs'; import type { InstallPkgReq } from '../types.mjs'; export declare function uninstall(pkgIds: PkgIdentifier[]): Promise; export declare function install(installPkgReqs: InstallPkgReq[]): Promise; export declare function checkUpdates(): Promise<{ updatePkgs: Record; }>; export declare function updateAll(): Promise<{ updatePkgs: Record; }>; //# sourceMappingURL=npm.d.mts.map