import { BufferReader } from"@node-lightning/bufio";
import { AddressIPv6 } from"../../domain/AddressIPv6";
/**
* Deserializes an IPv6 address from a reader and
* returns an instance of an IPv6 Address.
*/export declare functiondeserializeIPv6(reader: BufferReader): AddressIPv6;