import type { RenovateConfig } from '../../../config/types';
export declare function generateBranchName(update: RenovateConfig): void;
