export default interface NetError extends Error { errno: string; code: string; syscall: string; address: string; port: string | undefined; }