declare class StringUtils { static isUUIDv4: (param: string) => boolean; } export default StringUtils;