declare const camelCase: (str: string) => string; export default camelCase;