export declare function commitEjection(commitMessage?: string): void; export declare function amendCommit(): void; export declare function isGitInstalled(): boolean; export declare function isGitHistoryClean(): boolean;