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