export declare function camelCaseRecursive(obj: any): any; export declare function camel(str: string): string;