declare function slugify(text: string): string;

export { slugify };
