import type { BumpInfo } from '../types/BumpInfo'; import type { BeachballOptions } from '../types/BeachballOptions'; /** * Write the bump results to the filesystem: * update package.json files, update lock file, write changelogs, and delete change files. * * This should NOT mutate `bumpInfo`. * @param bumpInfo Bump info produced by `bumpInMemory` which already reflects in-memory bumps */ export declare function performBump(bumpInfo: Readonly, options: BeachballOptions): Promise; //# sourceMappingURL=performBump.d.ts.map