/** * Get the HEAD commit SHA for a repository. */ export declare function getHeadSha(repoPath: string): Promise; /** * Get the number of commits between two SHAs. */ export declare function getCommitCount(repoPath: string, fromSha: string, toSha: string): Promise; //# sourceMappingURL=history.d.ts.map