import { Branch } from '../Core';
export declare const branchInfoFormatter: (branch: Branch) => string;
