import type { Commit } from './sourceCommit/parse-source-commit.js';
export declare function getSourceBranchFromCommits(commits: Commit[]): string;
