/** * Slugify function, based on https://gist.github.com/hagemann/382adfc57adbd5af078dc93feef01fe1 * @param input the string to slugify * @returns the input string modified for use as a slug */ export declare const slugify: (input: string) => string; //# sourceMappingURL=index.d.ts.map