export declare const BLOCK = "Block";
export declare const TRANSACTION = "Transaction";
export declare const RECEIPT = "Receipt";
export declare const EVENT = "Event";
export declare const ACCOUNT = "Account";
export declare const BLOCK_VALIDATOR = "BlockValidator";