declare namespace StringUtil {
    function trim(text: string): string
}

export default StringUtil;
