/**
 * Replace all special chracters with dash and lowercase
 * @param value string
 * @returns slug string that only contains lowercase letters and dash
 */
export declare function slugify(value: string): string;
//# sourceMappingURL=slugify.d.ts.map