import type { PackageId } from './PackageId'; export type UninstallParams = { id: PackageId; soft: boolean; force: boolean; };