/// <reference types="node" />
/**
 * Converts an IPv4 address in string notation to the
 * byte representation.
 */
export declare function ipv4StringToBuffer(host: string): Buffer;
