export = Wallet; declare class Wallet { constructor(handCashConnectService: any); handCashConnectService: any; getSpendableBalance(currencyCode: any): Promise; getTotalBalance(): Promise; pay(paymentParameters: any): Promise; getPayment(transactionId: any): Promise; getExchangeRate(currencyCode: any): Promise; }