import { ICrossCIVars } from '../createVars';
declare const BRANCH_BUILD: (ci: ICrossCIVars) => string;
export = BRANCH_BUILD;
