export declare const UINT8_LENGTH = 1; export declare const UINT16_LENGTH = 2; export declare const UINT32_LENGTH = 4; export declare const UINT64_LENGTH = 8; export declare const UINT128_LENGTH = 16; export declare const UINT256_LENGTH = 32; export declare const BYTES4_LENGTH = 4; export declare const BYTES32_LENGTH = 32; export declare const EVM_ADDRESS_BYTES_LENGTH = 20;