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