export declare const ALLOWED_REACTIONS: readonly ["❤️", "👍", "👏", "🔥", "😂", "😍"]; export type ReactionEmoji = (typeof ALLOWED_REACTIONS)[number];