import { BooleanDiff } from '../../diffs/forBooleans/BooleanDiff';
declare const prettyPrintBooleanDiff: (diff: BooleanDiff) => string;
export { prettyPrintBooleanDiff };
