import { KebabCase } from 'type-fest/source/kebab-case.ts'; type PackageName = KebabCase; type PackageVersion = string; export { PackageName, PackageVersion };