export declare function kebabCase(str: string): string;
