import type { GitAuthor } from './types';
export declare function parseGitAuthor(input: string): GitAuthor | null;
