///
import type { TWallet, TWalletState, TWalletStore } from '../types';
declare const INITIAL_STATE: TWalletStore;
declare const INITIAL_WALLET_STATE: TWalletState;
declare const WalletContext: import("react").Context;
export { WalletContext, INITIAL_STATE, INITIAL_WALLET_STATE };