/** * EVM-specific contract artifacts interface * Re-exports from core package for internal consumption */ export { type EvmContractArtifacts, isEvmContractArtifacts } from '@openzeppelin/adapter-evm-core';