import { Network } from '../../network'; import { Wallet } from '../../wallet'; export declare class State { wallet: Wallet; network: Network; }