import { ReleasePackage } from '../types'; export declare function generateChangelogs(packages: ReleasePackage[]): Promise;