/**
* Uninstall a package by name (supports aliases like 'node' -> 'nodejs.org')
*/exportdeclarefunctionuninstall(arg: string): Promise<boolean>;
/**
* Uninstall all packages and remove the entire installation
*/exportdeclarefunctionuninstall_all(): Promise<void>;