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