export declare function saveCommitMessage(message: string, file: string): void;
export declare function loadCommitMessage(file: string): string;
