export declare class BitcoinAddress { protected readonly value: string; private constructor(); static fromHDNode(node: any): BitcoinAddress; static fromECPair(keyPair: any): BitcoinAddress; asString(): string; }