import { GitlogOptions } from '@project-types/gitlog';
/**
 * Get breach name from source by commit hash
 */
declare const getBranchNameByCommitHash: (commitHash: string, options: GitlogOptions) => Promise<string>;
export default getBranchNameByCommitHash;
