import type { NewValueConfig } from '../types';
export declare function getNewValue({ currentValue, rangeStrategy, currentVersion, newVersion, }: NewValueConfig): string | null;
