import type { Guid } from './Guid'; import type { PackageId } from './PackageId'; export type AddPackageSignerParams = { id: PackageId; signer: Guid; versions: string | null; merge: boolean; };