/// import { CoinAddress } from '../ICoinProtocol'; export declare class EthereumAddress implements CoinAddress { private readonly value; private constructor(); static from(publicKey: string | Buffer): EthereumAddress; getValue(): string; }