/** * @param {string} str * @returns {string[]} */ export default function normalize(str: string): string[];