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