export declare function kebabToCamel(s: string): string; export declare function camelToKebab(s: string): string; //# sourceMappingURL=names.d.ts.map