export declare function slugify(text: string): string; export declare function clearSlugCache(): void; export declare function getSlugCacheStats(): { size: number; entries: [string, string][]; }; //# sourceMappingURL=slug.d.ts.map