import { ApiConfig, ConfigPlan, EligibilityPlan, statusResponse } from '../types'; declare const useFetchEligibility: (purchaseAmount: number, { domain, merchantId }: ApiConfig, plans?: ConfigPlan[], customerBillingCountry?: string, customerShippingCountry?: string, merchantCoversAllFees?: boolean) => [EligibilityPlan[], statusResponse]; export default useFetchEligibility;