export type ReactionTuple = readonly [string, ReadonlyArray]; export declare function shouldRenderCluster(reactions: ReadonlyArray): boolean; /** True iff `selfPeerId` appears in this emoji's peer list — drives * the brand-primary ring + own-chip background. */ export declare function isOwnChip(tuple: ReactionTuple, selfPeerId: string): boolean; export declare function chipLabel(tuple: ReactionTuple): string; //# sourceMappingURL=reaction-cluster-helpers.d.ts.map