/**
 *
 * @param str
 */
export declare function kebabCase(str: string): string;
