export declare const EVENT_INTERACTION_TYPES: readonly ["PARTICIPATION", "INTEREST"]; export declare type EventInteractionType = typeof EVENT_INTERACTION_TYPES[number];