declare module 'emoji-strip' { const emojiStrip: (arg: string) => string; namespace emojiStrip { } export = emojiStrip; }