import { NetworkInfo } from '@terra-dev/wallet-types'; export interface ReadonlyWalletSession { network: NetworkInfo; terraAddress: string; }