import type { BranchSummary } from '../../../typings';
export declare function parseBranchSummary(stdOut: string): BranchSummary;
