declare const parent_hash: { name: string; type: string; }; declare const transaction_root: { name: string; type: string; }; declare const receipt_root: { name: string; type: string; }; declare const state_root: { name: string; type: string; }; declare const log_bloom: { name: string; type: string; }; declare const transaction_list: (any[] | { name: string; })[]; declare const receipt_list: ({ name: string; type: string; } | ({ name: string; type: string; } | { name: string; type: string; }[])[])[]; declare const consensus_proof: { name: string; type: string; }; declare const BlockHeader: { name: string; type: string; }[]; declare const BlockBody: ((any[] | { name: string; })[] | { name: string; type: string; })[]; declare const Block: ((any[] | { name: string; })[] | { name: string; type: string; })[][]; export { parent_hash, transaction_root, receipt_root, state_root, log_bloom, transaction_list, receipt_list, consensus_proof, BlockHeader, BlockBody, Block, };