import type { Guid } from './Guid'; import type { PackageId } from './PackageId'; export type RemovePackageSignerParams = { id: PackageId; signer: Guid; };