export * from './runtime'; export * from './apis/index'; export * from './models/index'; import type * as ShopperSEOApiTypes from './apis/index'; import type * as ShopperSEOModelTypes from './models/index'; export declare namespace ShopperSEOTypes { type GetUrlMappingSfdcDwDntEnum = ShopperSEOApiTypes.GetUrlMappingSfdcDwDntEnum; type GetUrlMappingPersonalizedEnum = ShopperSEOApiTypes.GetUrlMappingPersonalizedEnum; type ErrorResponse = ShopperSEOModelTypes.ErrorResponse; type LocaleCode = ShopperSEOModelTypes.LocaleCode; type UrlMapping = ShopperSEOModelTypes.UrlMapping; type UrlMappingResourceTypeEnum = ShopperSEOModelTypes.UrlMappingResourceTypeEnum; type UrlMappingResourceSubTypeEnum = ShopperSEOModelTypes.UrlMappingResourceSubTypeEnum; }