export declare enum EventConstants { /** * Changed fields parameter of {@link SetDataEventOutcome} */ CHANGED_FIELDS = "changedFields", /** * Front actions parameter of {@link EventOutcome} */ FRONT_ACTIONS = "frontActions" }