import { SetDiff } from '../../diffs/forSets/SetDiff';
declare const prettyPrintSetDiff: (diff: SetDiff, depth?: number) => string;
export { prettyPrintSetDiff };
