/** * Removes emojis from a string and fix whitespaces * * @param text with emojis * @returns text without emojis * @public exported from `@promptbook/utils` */ export declare function removeEmojis(text: string): string;