/// import worker_thread from "worker_threads"; export declare class DnsLookup { thread: worker_thread.Worker; cache: Map>; constructor(); lookup(host: string): Promise; close(): Promise; }