declare function camelCase(str: string): string; export default camelCase;