import { type DiffContext } from '../index';
export default function getNewValue(context: DiffContext): string;
