declare module '@nlpjs/emoji' { function removeEmojis(str: string | null | undefined): string | null | undefined; export { removeEmojis }; }