/** * Shared git binary resolution for parsers that shell out to git. */ /** * Find the git binary path. Checks common locations, then falls back to `which`. * Returns null if git is not found. */ export declare function findGit(): string | null; //# sourceMappingURL=git-utils.d.ts.map