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