export type CommitInfo = { /** * unique commit sha */ commitSha: string; committedAt?: number; commitMessage: string; }; //# sourceMappingURL=CommitInfo.d.ts.map