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