import type { BeachballOptions } from '../types/BeachballOptions'; import type { BumpInfo } from '../types/BumpInfo'; export declare function writeChangelog(bumpInfo: Pick, options: Pick): Promise; //# sourceMappingURL=writeChangelog.d.ts.map