/** * 20 byte Ethereum address encoded as a hex with `0x` prefix. */ export declare type Address = string;