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