declare function getLastGitCommitHash(): Promise<string>;

export { getLastGitCommitHash };
