declare function slugify(str: string): [string, Error | null]; export { slugify };