import { BranchInfo } from './getBranchInfoFromNameRev';
import { GitlogOptions } from '..';
/**
 * Get breach info from stdout git nave-rev command
 */
export declare const getBranchInfoByCommitHash: (commitHash: string, options: GitlogOptions) => Promise<BranchInfo>;
