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