/** * * @param str * @returns stirng without symbol or something that make it hard to read */ export default function labelize(str: string): string;