/** * Returns the local branch set, or `null` when enumeration fails (git absent, * non-repo, or `for-each-ref` errors). The `null` sentinel lets callers * distinguish "we can't check" from "the repo legitimately has no branches". */ export declare function listLocalBranches(projectRoot: string): Set | null; //# sourceMappingURL=git-branches.d.ts.map