import { GitConfig } from './git'; /** * Get total commits by author */ export declare function getCommitsByAuthor(config: GitConfig): Record; /** * Get average commit message length by author */ export declare function getAvgCommitMessageLength(config: GitConfig): Record;