export declare const FastAppType: { SinglePage: string; MultiPage: string; }; export declare const FastEventName: { AutocompleteProductClicked: string; AutocompleteCategoryClicked: string; AutocompletePopularClicked: string; SearchPerformed: string; SmartCollectionPreformed: string; SerpProductClicked: string; CollectionProductClicked: string; SerpPromoTileClicked: string; CollectionPromoTileClicked: string; RecommendationProductClicked: string; LookALikeClickedSerp: string; QuickViewClickedCollection: string; LookALikeClickedCollection: string; QuickViewClickedSerp: string; LookALikeProductClicked: string; QuickViewClickedWidget: string; QuickViewProductClicked: string; DirectProductClicked: string; CartVisited: string; AddToCartPerformed: string; RecommendationsProductsShown: string; }; export declare const FastSortBy: { PriceHighToLow: string; PriceLowToHigh: string; NewFirst: string; OldFirst: string; Popularity: string; Reviews: string; AtoZ: string; ZtoA: string; relevancy: string; }; export declare const FastRecommendationsSource: { relatedRecentProducts: string; relatedPurchase: string; relatedViews: string; relatedCart: string; similarProducts: string; relatedRecentlyViewed: string; similarProducts_byAttributes: string; similarProductsLookalike: string; relatedTopProducts: string; };