import { Action, Data, Payload, Options, AddCustomerAddressPayload, AddLineItemPayload, SetCustomerPayload, UpdateCustomerAddressPayload, SetDiscountPayload, SetPropertiesPayload, RemovePropertiesPayload, UpdateLineItemData, UpdateLineItemPayload, RemoveLineItemPayload, SetLineItemDiscountPayload, RemoveLineItemDiscountPayload, SetLineItemPropertiesPayload, RemoveLineItemPropertiesPayload, Cart, Customer, CustomerWithAddresses, Address, DiscountAmount, DiscountCode, Discount, LineItem, NoteAttributes, Properties, fetch, update, setCustomer, addCustomerAddress, updateCustomerAddress, setDiscount, setProperties, removeProperties, addLineItem, updateLineItem, removeLineItem, setLineItemDiscount, removeLineItemDiscount, setLineItemProperties } from '@shopify/app-bridge-core/actions/Cart';
import { ClientApplication } from '../../client';
export { Action, Data, Payload, Options, AddCustomerAddressPayload, AddLineItemPayload, SetCustomerPayload, UpdateCustomerAddressPayload, SetDiscountPayload, SetPropertiesPayload, RemovePropertiesPayload, UpdateLineItemData, UpdateLineItemPayload, RemoveLineItemPayload, SetLineItemDiscountPayload, RemoveLineItemDiscountPayload, SetLineItemPropertiesPayload, RemoveLineItemPropertiesPayload, Cart, Customer, CustomerWithAddresses, Address, DiscountAmount, DiscountCode, Discount, LineItem, NoteAttributes, Properties, fetch, update, setCustomer, addCustomerAddress, updateCustomerAddress, setDiscount, setProperties, removeProperties, addLineItem, updateLineItem, removeLineItem, setLineItemDiscount, removeLineItemDiscount, setLineItemProperties, };
export declare function create(app: ClientApplication, options?: Options): Cart;
