export * from './runtime'; export * from './apis/index'; export * from './models/index'; import type * as ShopperSearchApiTypes from './apis/index'; import type * as ShopperSearchModelTypes from './models/index'; export declare namespace ShopperSearchTypes { type GetSearchSuggestionsSearchModeEnum = ShopperSearchApiTypes.GetSearchSuggestionsSearchModeEnum; type GetSearchSuggestionsExpandEnum = ShopperSearchApiTypes.GetSearchSuggestionsExpandEnum; type GetSearchSuggestionsSfdcDwDntEnum = ShopperSearchApiTypes.GetSearchSuggestionsSfdcDwDntEnum; type GetSearchSuggestionsPersonalizedEnum = ShopperSearchApiTypes.GetSearchSuggestionsPersonalizedEnum; type ProductSearchSearchModeEnum = ShopperSearchApiTypes.ProductSearchSearchModeEnum; type ProductSearchExpandEnum = ShopperSearchApiTypes.ProductSearchExpandEnum; type ProductSearchSfdcDwDntEnum = ShopperSearchApiTypes.ProductSearchSfdcDwDntEnum; type ProductSearchPersonalizedEnum = ShopperSearchApiTypes.ProductSearchPersonalizedEnum; type AppliedProcessor = ShopperSearchModelTypes.AppliedProcessor; type BrandSuggestions = ShopperSearchModelTypes.BrandSuggestions; type CategorySuggestions = ShopperSearchModelTypes.CategorySuggestions; type CustomSuggestions = ShopperSearchModelTypes.CustomSuggestions; type EinsteinSuggestedPhrases = ShopperSearchModelTypes.EinsteinSuggestedPhrases; type ErrorResponse = ShopperSearchModelTypes.ErrorResponse; type Image = ShopperSearchModelTypes.Image; type ImageGroup = ShopperSearchModelTypes.ImageGroup; type LocaleCode = ShopperSearchModelTypes.LocaleCode; type PageMetaTag = ShopperSearchModelTypes.PageMetaTag; type PaginatedResultBase = ShopperSearchModelTypes.PaginatedResultBase; type PriceRange = ShopperSearchModelTypes.PriceRange; type ProcessedQuery = ShopperSearchModelTypes.ProcessedQuery; type ProductPriceTable = ShopperSearchModelTypes.ProductPriceTable; type ProductPromotion = ShopperSearchModelTypes.ProductPromotion; type ProductRef = ShopperSearchModelTypes.ProductRef; type ProductSearchHit = ShopperSearchModelTypes.ProductSearchHit; type ProductSearchRefinement = ShopperSearchModelTypes.ProductSearchRefinement; type ProductSearchRefinementValue = ShopperSearchModelTypes.ProductSearchRefinementValue; type ProductSearchResult = ShopperSearchModelTypes.ProductSearchResult; type ProductSearchSortingOption = ShopperSearchModelTypes.ProductSearchSortingOption; type ProductSuggestions = ShopperSearchModelTypes.ProductSuggestions; type ProductType = ShopperSearchModelTypes.ProductType; type ResultBase = ShopperSearchModelTypes.ResultBase; type SearchMode = ShopperSearchModelTypes.SearchMode; type SuggestedCategory = ShopperSearchModelTypes.SuggestedCategory; type SuggestedPhrase = ShopperSearchModelTypes.SuggestedPhrase; type SuggestedProduct = ShopperSearchModelTypes.SuggestedProduct; type SuggestedTerm = ShopperSearchModelTypes.SuggestedTerm; type SuggestedTerms = ShopperSearchModelTypes.SuggestedTerms; type Suggestion = ShopperSearchModelTypes.Suggestion; type SuggestionResult = ShopperSearchModelTypes.SuggestionResult; type Variant = ShopperSearchModelTypes.Variant; type VariationAttribute = ShopperSearchModelTypes.VariationAttribute; type VariationAttributeValue = ShopperSearchModelTypes.VariationAttributeValue; type VariationGroup = ShopperSearchModelTypes.VariationGroup; }