/** * Slugification for filepaths in specific */ export declare function fileSlugify(string: string): string; //# sourceMappingURL=fileSlugify.d.ts.map