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