import type { Address as _Address } from '@tevm/utils'; /** * An ethereum address represented as a hex string * @see https://abitype.dev/config#addresstype for configuration options to change type to being a string if preferred */ export type Address = _Address; //# sourceMappingURL=Address.d.ts.map