import type { CartFragment, CartItemFragment, CreditCardPaymentInputV2, TokenizedPaymentInputV3 } from '../generated/graphql'; import type { ExternalTypes } from '../typing'; import type { WebviewCheckoutCart } from '../util/types'; export declare const cartItem: (data: CartItemFragment) => ExternalTypes.CartItem; export declare const cart: (data: CartFragment, payment?: Partial) => WebviewCheckoutCart;