export interface HostNaming { getHostNameByIP(ip: string): Promise; }