export declare function camelToKabob(s: string): string; export declare function kabobToCamel(s: string): string;