export declare const diffPrettyHtml: (text1: string, text2: string) => string; export declare const diffPrettyText: (text1: string, text2: string) => string;