import { FetchResult } from "@apollo/client/core"; import { CustomQuery, AddVirtualProductsToCartInput, AddVirtualProductsToCartMutation } from "@vue-storefront/magento-types"; import type { CustomHeaders } from "@vue-storefront/magento-types"; import type { Context } from "../../types/context"; /** * Adds a set of virtual products to a specified cart */ export declare function addVirtualProductsToCart(context: Context, input: AddVirtualProductsToCartInput, customQuery?: CustomQuery, customHeaders?: CustomHeaders): Promise>; //# sourceMappingURL=index.d.ts.map