import { RegistryType } from "../../registry";
export declare function validatePackageVisibility(registryType: RegistryType, packageName: string, isPrivate: boolean, latestReleaseVisibility: boolean): string | true;
