import { ExtendedPublicKey, PublicKey } from '@airgap/module-kit'; export declare class EthereumAddress { private readonly value; private constructor(); static from(publicKey: PublicKey | ExtendedPublicKey): EthereumAddress; asString(): string; }