/**
 * Called when a new commit is added to branch
 *
 * ie. when branch is created/updated
 */
export declare function setBranchNewCommit(branchName: string, baseBranch: string, commitSha: string): void;
