import { AssertionError } from './AssertionError';
export declare function createDiff(assertionError: AssertionError<any>): string;
