import { ErrorDiff } from '../../diffs/forErrors/ErrorDiff'; declare const prettyPrintErrorDiff: (diff: ErrorDiff, depth?: number) => string; export { prettyPrintErrorDiff };