/**
* Correct character sequences that Microsoft Word changes to make it look prettier
* @param input - The mangled string
* @returns string with special characters corrected
* @group String
* @category Operations
*/
export declarefunctioncorrectMSWord(input: string): string;