declare function diff(expected: any, received: any, options: any): string;
export = diff;