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