import { IDiffResult } from 'diff'; export declare class TextDiffService { diffByWord(currentText: string, newText?: string): Array; }