import type { BranchConfig } from '../../types';
export declare function sortBranches(branches: Partial<BranchConfig>[]): void;
