export { addressResolverAbi, erc20Abi, erc20Abi_bytes32, erc4626Abi, erc721Abi, multicall3Abi, smartAccountAbi, textResolverAbi, universalResolverResolveAbi, universalResolverReverseAbi, universalSignatureValidatorAbi, } from './internal/constants/abis.js'; export { entryPoint06Address, entryPoint07Address, zeroAddress, } from './internal/constants/address.js'; export { bytesPerBlob, bytesPerFieldElement, fieldElementsPerBlob, maxBytesPerTransaction, } from './internal/constants/blob.js'; export { erc6492MagicBytes, zeroHash } from './internal/constants/bytes.js'; export { aggregate3Signature } from './internal/constants/contract.js'; export { deploylessCallViaBytecodeBytecode, deploylessCallViaFactoryBytecode, universalSignatureValidatorByteCode, } from './internal/constants/contracts.js'; export { versionedHashVersionKzg } from './internal/constants/kzg.js'; export { maxInt8, maxInt16, maxInt24, maxInt32, maxInt40, maxInt48, maxInt56, maxInt64, maxInt72, maxInt80, maxInt88, maxInt96, maxInt104, maxInt112, maxInt120, maxInt128, maxInt136, maxInt144, maxInt152, maxInt160, maxInt168, maxInt176, maxInt184, maxInt192, maxInt200, maxInt208, maxInt216, maxInt224, maxInt232, maxInt240, maxInt248, maxInt256, maxUint8, maxUint16, maxUint24, maxUint32, maxUint40, maxUint48, maxUint56, maxUint64, maxUint72, maxUint80, maxUint88, maxUint96, maxUint104, maxUint112, maxUint120, maxUint128, maxUint136, maxUint144, maxUint152, maxUint160, maxUint168, maxUint176, maxUint184, maxUint192, maxUint200, maxUint208, maxUint216, maxUint224, maxUint232, maxUint240, maxUint248, maxUint256, minInt8, minInt16, minInt24, minInt32, minInt40, minInt48, minInt56, minInt64, minInt72, minInt80, minInt88, minInt96, minInt104, minInt112, minInt120, minInt128, minInt136, minInt144, minInt152, minInt160, minInt168, minInt176, minInt184, minInt192, minInt200, minInt208, minInt216, minInt224, minInt232, minInt240, minInt248, minInt256, } from './internal/constants/number.js'; export { panicReasons, solidityError, solidityPanic, } from './internal/constants/solidity.js'; export { presignMessagePrefix } from './internal/constants/strings.js'; export { etherUnits, gweiUnits, weiUnits } from './internal/constants/unit.js'; //# sourceMappingURL=Constants.d.ts.map