import { WalletState } from '../types';
import { WalletAction } from './walletActions';
export declare const initialState: WalletState;
export declare function walletReducer(state: WalletState, action: WalletAction): WalletState;
