1declare module 'emoji-regex/es2015/text' {2 function emojiRegex(): RegExp;3 4 export = emojiRegex;5}6