import { FetchResult } from "@apollo/client/core"; import { CustomQuery, AddSimpleProductsToCartInput, AddSimpleProductsToCartMutation } from "@vue-storefront/magento-types"; import type { CustomHeaders } from "@vue-storefront/magento-types"; import { Context } from "../../types/context"; /** * Add simple products to cart. */ export declare function addSimpleProductsToCart(context: Context, input: AddSimpleProductsToCartInput, customQuery?: CustomQuery, customHeaders?: CustomHeaders): Promise>; //# sourceMappingURL=index.d.ts.map