import { Commit } from '../entrypoint.api';
export declare function getSourceBranchFromCommits(commits: Commit[]): string;
