export interface IMdnsRecord { host?: string; port?: number; txt?: Record; name?: string; type?: string; }