import { EqualDiff } from '../diffs/EqualDiff';
declare const prettyPrintEqualDiff: (diff: EqualDiff) => string;
export { prettyPrintEqualDiff };
