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