import type { BranchConfig } from '../../../types';
export declare function shouldReuseExistingBranch(config: BranchConfig): Promise<BranchConfig>;
