import type { PackageChangelog } from '../types/ChangeLog'; import type { BumpInfo } from '../types/BumpInfo'; import type { BeachballOptions } from '../types/BeachballOptions'; /** * Get the preliminary changelog info for each modified package, based on change files and * possibly dependent bumps. (Omit `dependentChangedBy` to exclude dependent bumps.) * @returns Mapping from package name to package changelog. */ export declare function getPackageChangelogs(bumpInfo: Pick & Partial>, options: Pick): Record; //# sourceMappingURL=getPackageChangelogs.d.ts.map