/** * Simple slugify implementation */ export declare function slugify(text: string): string; //# sourceMappingURL=slugify.d.ts.map