import { StringDiff } from '../../diffs/forStrings/StringDiff'; declare const prettyPrintStringDiff: (diff: StringDiff) => string; export { prettyPrintStringDiff };