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