import type { BranchConfig } from '../../../../types';
export declare function getChangelogs(config: BranchConfig): string;
