export function hasEmojis(str: string): boolean; export function hasNoEmojis(str: string): boolean; export function hasOnlyEmojis(str: string): boolean; export function removeEmojis(str: string): string; export function removeNonEmojis(str: string): string;