export declare function camel2kebab(obj: Record<string, any>): {};
export declare function camel2kebab_string(str: string): string;
