import { type Commit } from "es-git";
export declare const getLatestGitCommit: () => Promise<Commit | null>;
