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