import { DeletePayerBillingInfoParams } from './interface'; declare const deletePayerBillingInfo: ({ creditCardInfoId }: DeletePayerBillingInfoParams) => Promise<{ success: boolean; }>; export default deletePayerBillingInfo;