declare function camelcase(text: string): string; export default camelcase;