export { setConfigs, CONFIGS, DEFAULT_FEES_STYLE, FEES_STYLES, X_TF_ECOMMERCE, authorize, refreshAccessToken, register, logout, checkEmailExists, getProfileData, logoutUser, setLoggedUserData, addToCart, getCart, postOnCheckout, updateCheckout, getPaymentData, handlePaymentSuccess, handleFreeSuccess, getConfirmationData, getConditions, getOrders, getOrderDetails, getEvent, getTickets, getTimeSlotsByDate, getCountries, getStates, sendRSVPInfo, addToWaitingList, postReferralVisits, validatePhoneNumber, publicRequest, setAxiosHeader, setBaseUrl, setCustomCookie, getCookieByName, deleteCookieByName, getDomain, getQueryVariable, isBrowser, } from 'tf-checkout-shared'; export type { IConfigs, IAuthorizeRequestData, ITicketHolderData, IProfileData, IProfileResponse, ICartData, ICartRequestData, ICart, ICartResponseData, ICartResponse, IGetCartData, IGetCartAttributes, IGetCartResponse, ICheckoutResponseData, ICheckoutResponse, IEventResponseData, ITimeslotSettings, IEventResponse, ITicketData, ITicketItemData, ITicketsResponseData, ITicketsAdaptedResponseData, ITimeslotsAdaptedData, ITicketsAdaptedResponse, ITimeslotsAdaptedResponse, ICountriesResponseData, ICountriesResponse, IStatesData, IStatesResponse, IWaitingListRequestData, IWaitingListResponse, IRSVPRequestData, IRSVPResponse, IPurchasedEventData, IOrdersItemData, IOrdersData, IOrdersResponse, IOrderTicketType, IOrderAddOn, IOrderTicketAddOn, ITicketTypes, IOrderTicketData, IOrderData, IOrderResponse, IPaymentCartData, IPaymentOrderDetails, IPaymentMethodData, IShippingBillingInfoData, IEventDetails, IPaymentData, IPaymentDataResponse, IConditionsAdaptedData, IConditionsAdaptedDataResponse, IPaymentSuccessData, IPaymentSuccessDataResponse, IFreeRegistrationData, IFreeRegistrationDataResponse, IPersonalShareSaleData, ICheckoutCompleteData, ICheckoutCompleteDataResponse, IAxiosResponseData, } from 'tf-checkout-shared'; //# sourceMappingURL=index.d.ts.map