export const diffChars: (
left: string,
right: string,
) => [{ count: number; value: string; added: boolean; removed: boolean }]