import type { Resolver } from '..'; import type { StoreAggregateOffer } from './aggregateOffer'; import type { ArrayElementType } from '../../../typings'; import type { EnhancedSku } from '../utils/enhanceSku'; import type { OrderFormItem } from '../clients/commerce/types/OrderForm'; type OrderFormProduct = OrderFormItem & { product: EnhancedSku; }; type SearchProduct = ArrayElementType>; export type Root = SearchProduct | OrderFormProduct; export declare const StoreOffer: Record>; export {}; //# sourceMappingURL=offer.d.ts.map