/** * EProcCartItems class */ export declare class EProcCartItems { /** * To get sum total of amount of items present in cart * @return {String} amountWithCurrency - sum of amount of items in cart */ getTotalAmountOfCartItems(): Promise; }