import { BufferReader } from"@node-lightning/bufio";
import { AddressTor2 } from"../../domain/AddressTor2";
/**
* Deserializes a TOR v2 address from a reader and
* returns an instance of a AddressTor2.
*/export declare functiondeserializeTor2(reader: BufferReader): AddressTor2;