export declare const camelCaseToKebabCase: (str: string) => string; export declare const kebabCaseToCamelCase: (str: string) => string;