declare function camelCase(str: string): string; declare function capitalize(str: string): string; export { camelCase, capitalize };