/** * Get the basename of a package. If a package is scoped then it will be unscoped. Otherwise, the whole name will be * returned. */ export default function getPackageBasename(pkgName?: string): string;