/**
 * @since 0.1.0
 *
 * @packageDocumentation
 */
/*!
 * @maddimathon/utility-typescript@2.0.0-beta
 * @license MIT
 */
/**
 * Turns the given slug into a string with only a-z, 0-9, and hyphens.
 *
 * @category  Escapers
 *
 * @param input  String to convert.
 *
 * @return  Slug version of the input string.
 *
 * @since 0.1.0
 *
 * @source
 */
export declare function slugify(input: string): string;
//# sourceMappingURL=slugify.d.ts.map