import type { BeachballOptions } from '../types/BeachballOptions'; import type { ChangeType } from '../types/ChangeInfo'; import type { PackageGroups, PackageInfos } from '../types/PackageInfo'; /** * Get `disallowedChangeTypes` from the package's group if relevant. * Otherwise, get it from the package's own config or the repo config. */ export declare function getDisallowedChangeTypes(packageName: string, packageInfos: PackageInfos, packageGroups: PackageGroups, options: Pick): ChangeType[] | null; //# sourceMappingURL=getDisallowedChangeTypes.d.ts.map