declare namespace StringUtils { function capitalize(str: string): string; } export default StringUtils;