import { BranchCollection } from '@project-types/entities';
/**
 *  Ensure info about branch entity: remoteBranchName, repositoryUrl;
 */
declare const ensureBranches: (branchCollection: BranchCollection, repositoryUrl: string) => Promise<BranchCollection>;
export default ensureBranches;
