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