/** Convert a string to a URL slug. */ export default function slugify(text: string): string;