export declare function isCommitOnGoing(filePath: string): boolean; export declare function getCurrentCommitMessage(commitMessageFile: string): string; export declare function updateCommitMessageWithCoAuthors(commitMessageFile: string, coAuthors: string[]): void; //# sourceMappingURL=commit.d.ts.map