declare type StripEmojiReturn = [string, Error | null]; declare function stripEmojis(str: string): StripEmojiReturn; export { stripEmojis };