/**
 * Converts a string to lower kebab-case.
 *
 * @category Helper
 */
export declare function toKebabCase(str: string): string;
