import { BlameResult } from '../blame-result.interface';
export declare function git(path: string): Promise<BlameResult>;
