/** * Convert a bip122 binary address to its native text representation. */ export declare function bip122AddressToText(address: Uint8Array, chainReference?: Uint8Array): string; /** * Convert a native Bitcoin address string to its bip122 binary representation. */ export declare function bip122AddressToBinary(address: string): Uint8Array; //# sourceMappingURL=index.d.ts.map