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