import type { BeachballOptions } from '../types/BeachballOptions'; import type { BumpInfo } from '../types/BumpInfo'; /** * Go through the deps of each package and bump the version range for in-repo deps if needed. * Prior to calling this, it's expected that: * - package versions in `bumpInfo.packageInfos` have been bumped per change files and dependentChangeTypes * - `bumpInfo.modifiedPackages` contains all packages whose version has been bumped * * **This mutates dependency versions in `packageInfos`!** */ export declare function setDependentVersions(params: { bumpInfo: Pick; options: Pick; skipImplicitBumps?: boolean; }): BumpInfo['dependentChangedBy']; //# sourceMappingURL=setDependentVersions.d.ts.map