export default class EventKeys { readonly CLOSE: string; readonly SUCCESS: string; readonly ERROR: string; readonly UNAUTHENTICATED: string; readonly AUTHENTITCATED: string; readonly LOADED: string; readonly FRAME_UNLOADED: string; readonly STYLE_CONFIG: string; readonly PAGE_VISITED: string; readonly PAYMENT_SOURCE_ADD: string; readonly PAYMENT_SOURCE_UPDATE: string; readonly PAYMENT_SOURCE_REMOVE: string; readonly SUBSCRIPTION_CANCELLED: string; readonly SUBSCRIPTION_CHANGED: string; readonly SUBSCRIPTION_CF_CHANGED: string; readonly SUBSCRIPTION_REACTIVATED: string; readonly SUBSCRIPTION_EXTENDED: string; readonly SUBSCRIPTION_RESUMED: string; readonly SCHEDULED_PAUSE_REMOVED: string; readonly SUBSCRIPTION_PAUSED: string; readonly LOADER_OPENED: string; readonly SCHEDULED_CANCELLATION_REMOVED: string; readonly SUBSCRIPTION_CANCEL_BRIGHTBACK_INITIATED: string; readonly SET_HP_TOKEN: string; readonly RESIZE: string; }