export interface ParsedBranch { readonly name: string; readonly prefix?: string; readonly fullName: string; }