import { State, WalletStatus } from '../types';
export declare const getWalletStatusFromState: (state: State, message?: string) => WalletStatus;
