export declare const EVENT_NAME: { readonly CEP_AUTOCOMPLETED: "cep_autocompleted"; readonly PERSON_AUTOCOMPLETED: "person_autocompleted"; readonly VEHICLE_AUTOCOMPLETED: "vehicle_autocompleted"; readonly ATTACHED_POLICY_TO_USER: "attached_policy_to_user"; readonly CANCEL_POLICY_REQUESTED: "cancel_policy_requested"; readonly FORM_STEP_RENDER: "form_step_render"; readonly PAYMENT_METHOD_UPDATED: "payment_method_updated"; readonly USER_ACCOUNT_ONBOARDING_COMPLETED: "user_account_onboarding_completed"; readonly USER_MULTI_TRAVEL_SELECTED: "user_multi_travel_selected"; readonly TRANSACTION: "transaction"; readonly TUTORIAL_BEGIN: "tutorial_begin"; readonly TUTORIAL_COMPLETE: "tutorial_complete"; readonly OTP_ERROR: "otp_error"; readonly ONE_CLICK_CHECKOUT_COMPLETED: "one_click_checkout_completed"; readonly ONE_CLICK_CHECKOUT_MODAL_OPEN: "one_click_checkout_modal_open"; readonly TRAVEL_COMPANION_UPSERTED: "travel_companion_upserted"; readonly TRAVEL_COMPANION_REMOVED: "travel_companion_removed"; readonly EMERGENCY_CONTACT_UPSERTED: "emergency_contact_upserted"; readonly EMERGENCY_CONTACT_REMOVED: "emergency_contact_removed"; readonly PROFILE_UPDATED: "profile_updated"; readonly SUCCESSFUL_PAYMENT: "successful_payment"; }; export type EventName = (typeof EVENT_NAME)[keyof typeof EVENT_NAME];