export * from './runtime'; export * from './apis/index'; export * from './models/index'; import type * as ProductsModelTypes from './models/index'; export declare namespace ProductsTypes { type BoolFilter = ProductsModelTypes.BoolFilter; type BoolFilterOperatorEnum = ProductsModelTypes.BoolFilterOperatorEnum; type BoolQuery = ProductsModelTypes.BoolQuery; type CatalogCategoryId = ProductsModelTypes.CatalogCategoryId; type CategorizationAttributeDefinition = ProductsModelTypes.CategorizationAttributeDefinition; type CategorizationAttributeDefinitionAttributeTypeEnum = ProductsModelTypes.CategorizationAttributeDefinitionAttributeTypeEnum; type CategorizationAttributeDefinitionValueTypeEnum = ProductsModelTypes.CategorizationAttributeDefinitionValueTypeEnum; type CategorizationAttributeDefinitionAllowedOperatorsEnum = ProductsModelTypes.CategorizationAttributeDefinitionAllowedOperatorsEnum; type CategorizationAttributeDefinitionsResult = ProductsModelTypes.CategorizationAttributeDefinitionsResult; type ErrorResponse = ProductsModelTypes.ErrorResponse; type Filter = ProductsModelTypes.Filter; type FilteredQuery = ProductsModelTypes.FilteredQuery; type ImageGroup = ProductsModelTypes.ImageGroup; type LocaleCode = ProductsModelTypes.LocaleCode; type MarkupText = ProductsModelTypes.MarkupText; type Master = ProductsModelTypes.Master; type MediaFile = ProductsModelTypes.MediaFile; type Money = ProductsModelTypes.Money; type NestedQuery = ProductsModelTypes.NestedQuery; type NestedQueryScoreModeEnum = ProductsModelTypes.NestedQueryScoreModeEnum; type PaginatedResultBase = ProductsModelTypes.PaginatedResultBase; type PaginatedSearchResult = ProductsModelTypes.PaginatedSearchResult; type Product = ProductsModelTypes.Product; type ProductOption = ProductsModelTypes.ProductOption; type ProductOptionSortingModeEnum = ProductsModelTypes.ProductOptionSortingModeEnum; type ProductOptionValue = ProductsModelTypes.ProductOptionValue; type ProductOptions = ProductsModelTypes.ProductOptions; type ProductSearchRequest = ProductsModelTypes.ProductSearchRequest; type ProductSearchResult = ProductsModelTypes.ProductSearchResult; type ProductType = ProductsModelTypes.ProductType; type Query = ProductsModelTypes.Query; type QueryFilter = ProductsModelTypes.QueryFilter; type Range2Filter = ProductsModelTypes.Range2Filter; type Range2FilterFilterModeEnum = ProductsModelTypes.Range2FilterFilterModeEnum; type RangeFilter = ProductsModelTypes.RangeFilter; type RangeFilterFrom = ProductsModelTypes.RangeFilterFrom; type RangeFilterTo = ProductsModelTypes.RangeFilterTo; type ResultBase = ProductsModelTypes.ResultBase; type SearchRequest = ProductsModelTypes.SearchRequest; type Sort = ProductsModelTypes.Sort; type SortSortOrderEnum = ProductsModelTypes.SortSortOrderEnum; type TermFilter = ProductsModelTypes.TermFilter; type TermFilterOperatorEnum = ProductsModelTypes.TermFilterOperatorEnum; type TermQuery = ProductsModelTypes.TermQuery; type TermQueryOperatorEnum = ProductsModelTypes.TermQueryOperatorEnum; type TermQueryValuesInner = ProductsModelTypes.TermQueryValuesInner; type TextQuery = ProductsModelTypes.TextQuery; type UnassignedProductSearchRequest = ProductsModelTypes.UnassignedProductSearchRequest; type UnassignedProductSearchResult = ProductsModelTypes.UnassignedProductSearchResult; type Variant = ProductsModelTypes.Variant; type VariantSearchRequest = ProductsModelTypes.VariantSearchRequest; type VariantSearchResult = ProductsModelTypes.VariantSearchResult; type Variants = ProductsModelTypes.Variants; type VariationAttribute = ProductsModelTypes.VariationAttribute; type VariationAttributeVariationAttributeTypeEnum = ProductsModelTypes.VariationAttributeVariationAttributeTypeEnum; type VariationAttributeValue = ProductsModelTypes.VariationAttributeValue; type VariationAttributes = ProductsModelTypes.VariationAttributes; type VariationGroup = ProductsModelTypes.VariationGroup; type VariationGroups = ProductsModelTypes.VariationGroups; }