import { Commit } from '../commit'; export declare function indentCommit(commit: Commit): string;