/// import { IAirGapAddress } from '@airgap/coinlib-core/interfaces/IAirGapAddress'; export declare class EthereumAddress implements IAirGapAddress { private readonly value; private constructor(); static from(publicKey: string | Buffer): EthereumAddress; asString(): string; }