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