export { BlockchainNodesArgs, BlockchainNodesState } from "./blockchainNodes";
export type BlockchainNodes = import("./blockchainNodes").BlockchainNodes;
export declare const BlockchainNodes: typeof import("./blockchainNodes").BlockchainNodes;
