/** * unescape * * @param str - The string to check * @returns The processed string */ export default function unescape(str: string): string;