export declare function toKebabCase(name: string): string;
