declare const toCamelCase: (snakeCase: string) => string; export default toCamelCase;