export * from './runtime'; export * from './apis/index'; export * from './models/index'; import type * as ShopperContextsModelTypes from './models/index'; export declare namespace ShopperContextsTypes { type ErrorResponse = ShopperContextsModelTypes.ErrorResponse; type ShopperContext = ShopperContextsModelTypes.ShopperContext; type ShopperContextGeoLocation = ShopperContextsModelTypes.ShopperContextGeoLocation; }