/** * @param {string} input * @return {string} */ export default function convertToHomographSafeChars(input: string): string;