export declare function normalizeSlug(slug: string): string; export declare function slugToPath(slug: string): string; export declare function pathToSlug(path: string): string; export declare function getSlugFromPath(filePath: string): string; //# sourceMappingURL=slug-normalizer.d.ts.map