export declare namespace BasicTypes { type BlockNumber = string; type Hash = string; type ID = number; type JSONRPC_VERSION = '2.0'; type ErrorCode = number; type ErrorMessage = string; type TransactionContent = string; }