/** * Return a slugified copy of a string. * * @param {string} str The string to be slugified * @return {string} The slugified string. */ export declare function toSlug(str: string): string; //# sourceMappingURL=toSlug.d.ts.map