export interface IPricedCartItem {
    netPrice: number;
    totalPrice: number;
}
//# sourceMappingURL=PricedCartItem.d.ts.map