/** * @param {string|any} str * @returns {any} */ export function toUpperCase(str: string | any): any;