export declare const ADD_CHAINS = "add_chains"; export declare const RESET_STORE = "reset_store"; export declare const ADD_WALLET = "add_wallet"; export declare const UPDATE_WALLET = "update_wallet"; export declare const REMOVE_WALLET = "remove_wallet"; export declare const UPDATE_ACCOUNT = "update_account";