export interface ParsedBranch { readonly name: string; readonly prefix?: string; readonly fullName: string; } //# sourceMappingURL=branch.types.d.ts.map