import { TransactionResponse } from "./emailToToken"; export default function updateToken(companyToken: string, transactionToken: string, amount?: number, ref?: string, customerEmail?: string, customerFirstName?: string, customerLastName?: string, customerAddress?: string, customerCity?: string, customerCountry?: string, customerDialCode?: string, customerPhone?: string, customerZip?: string, companyAccRef?: string, userToken?: string): Promise;