export default StringUtils; declare namespace StringUtils { function escapeRegExp(str: any): any; function capitalizeFirstLetter(str: any): any; }