export declare function gitIsInstalled(): boolean; export declare function headIsDetached(): boolean; export declare function headIsNotDetached(): boolean; export declare function getCurrentBranch(): string; export declare function getUntrackedFiles(): string[]; export declare function getUncommitedFiles(): string[]; export declare function getLatestTag(): string; export declare function getLatestTaggedCommit(): string;