export interface GitInfo { branch: string | null; commit: string | null; status: string | null; available: boolean; } export declare function getGitInfo(): GitInfo; export declare function getGitDiffNumstat(commit: string): string | null; //# sourceMappingURL=git.d.ts.map