import { GetPayerBillingInfoParams, BillingInfoData } from './interface'; declare const getPayerBillingInfo: ({ payerId, ccTypeId, includeAllBillingInfo }: GetPayerBillingInfoParams) => Promise; export default getPayerBillingInfo;