declare const slugify: (name: string, delimeter?: string) => string;
export { slugify };
