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