/// /// /// /// /// /// /// /// /// /// /// /// export interface Commit { authorName: string | null; authorEmail: string | null; } export declare const gitInfo: () => Promise | undefined>;