import { APIResponse, ConfigType } from "../../../../storefront-api-client/src"; import { CreateSaleTransactionWithCartInput, TransactionResponse } from "../types"; export declare const createSaleTransactionWithCart: (input: CreateSaleTransactionWithCartQueryParams, excludeFields?: string[], config?: ConfigType) => Promise | APIResponse>; export type CreateSaleTransactionWithCartQueryParams = { input: CreateSaleTransactionWithCartInput; };