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