export interface ICartTotalsResults {
    itemsNetPrice: number;
    itemsTotalPrice: number;
}
export interface ISumcart {
    netPrice: number;
    totalPrice: number;
}
//# sourceMappingURL=CartTotals.d.ts.map