import { Commit } from '@project-types/entities';
import { Options } from '@project-types/options';
declare const renderCommitInfo: (commit: Commit, options: Options) => void;
export default renderCommitInfo;
