import { WalletModule, InjectedWithBalanceOptions } from '../../../interfaces'; declare function alphawallet(options: InjectedWithBalanceOptions): WalletModule; export default alphawallet;