import type { CartApiLineFragment, CartApiObjectFragment } from '../generated/graphql'; import type { ExternalTypes } from '../typing'; import type { WebviewCheckoutCart } from '../util/types'; export declare const cartApiLine: (data: CartApiLineFragment) => ExternalTypes.CartItem; export declare const cartApi: (data: CartApiObjectFragment) => WebviewCheckoutCart;