/** Converts a string to kebab case */ export declare function toKebabCase(str: string): string;