import { BannerType } from '../core/enum/BannerType'; export declare enum EventBannerType { EVENT_BANNER_SIMPLE = "SIMPLE" } export declare const getEventBanner: (eventId: string, type: EventBannerType, message: Record, imageUrl: string, bannerType: BannerType) => string;