export declare enum EventType { PUBLISH = "GAIA::publish", CAROUSEL = "GAIA::carousel" } export declare namespace EventType { function withChannelId(eventType: EventType, channelId?: string): string; }