/// <reference types="node" />
/**
 * Converts a Tor address in string notation into a Buffer
 */
export declare function torStringToBuffer(host: string): Buffer;
