declare const getNewValue: (prevValue: string, newValue: string) => string;
export default getNewValue;
