import { BranchInfo } from '@project-types/entities';
/**
 * Get breach name from source by commit hash
 */
declare const getBranchInfoByCommitHash: (commitHash: string, gitLogData: string) => BranchInfo;
export default getBranchInfoByCommitHash;
