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