declare type InfoLine = {
    [x: string]: string | Date;
};
export declare function parseBlameInfoLine(line: string): InfoLine;
export {};
