import { APIResponse, ConfigType } from "../../../../storefront-api-client/src"; import { LoyaltyProgramSpendingMethod } from "../types"; export declare const listSpendingMethodsByCartId: (input: ListSpendingMethodsByCartIdQueryParams, excludeFields?: string[], config?: ConfigType) => Promise | APIResponse>; export type ListSpendingMethodsByCartIdQueryParams = { cartId?: string | null; };