/** * Transforms a string into kebab-case. * * @param str */ export declare function kebabCase(str: string): string;