import type { PackageId } from './PackageId'; export type CancelInstallParams = { id: PackageId; };