import type { string_char_emoji } from '../../types/typeAliasEmoji';
/**
 * All possible emoji chars like "🍆", "🍡", "🍤"...
 * Note: this will be needed to update annually - now updated at 2022-01-19
 *
 * @see https://getemoji.com/
 * @deprecated Use /\p{Extended_Pictographic}/ instead
 *
 * @private within the repository
 */
export declare const EMOJIS_IN_CATEGORIES: Record<string, ReadonlyArray<string_char_emoji>>;
/**
 * All possible emoji chars like "🍆", "🍡", "🍤"...
 *
 * @deprecated Use /\p{Extended_Pictographic}/ instead
 *
 * @private within the repository
 */
export declare const EMOJIS: Set<string_char_emoji>;
