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