export declare const EVENT_STATUSES: readonly ["DRAFT", "PUBLISHED", "CANCELLED", "PAST"]; export declare type EventStatus = typeof EVENT_STATUSES[number]; export declare const EVENT_INTERACTION_TYPE_CHANGES: readonly ["PARTICIPATION", "INTEREST", "CANCELLED"]; export declare type EventInteractionChange = typeof EVENT_INTERACTION_TYPE_CHANGES[number];