import type { DiffResult } from '../types' export function getDiffParts(oldText: string, newText: string, ignoreCase?: boolean): DiffResult;