declare const block_proof: { name: string; type: string; }[]; declare const state_proof: ({ name: string; type: string; } | { name: string; type: string; }[])[]; declare const transaction_proof: { name: string; type: string; }[]; declare const receipt_proof: { name: string; type: string; }[]; declare const max_amount: { name: string; type: string; }; declare const reverse: { name: string; type: string; }; declare const header_infos: { name: string; type: string; }[][]; declare const block_receipts: (({ name: string; type: string; } | ({ name: string; type: string; } | { name: string; type: string; }[])[])[][] | { name: string; type: string; })[]; declare const block_body: ({ name: string; type: string; } | ((any[] | { name: string; })[] | { name: string; type: string; })[])[]; export { block_proof, state_proof, transaction_proof, receipt_proof, max_amount, reverse, header_infos, block_receipts, block_body, };