import { Wallet } from '@harmony-js/account'; import { Harmony } from '@harmony-js/core'; export declare type TConnectToOneWallet = (walletExtension: any, hmy: Harmony, wallet: Wallet | any, addr: string, reject: (reason: string) => void) => Promise; export declare const connectToBrowserWallet: TConnectToOneWallet; export declare const getUint32Binary: (num: number) => string;