declare const _default: {
    UNREGISTEREDTAG: string;
    UNKNOWNREPLY: string;
    CANTLOGIN: string;
    STREAMCLOSD: string;
    ALRDYSTREAMING: string;
    CANTWRTWHLSTRMG: string;
    ALRDYCLOSNG: string;
    ALRDYCONNECTING: string;
    SOCKTMOUT: string;
    REFNOTFND: string;
    E2BIG: string;
    EACCES: string;
    EADDRINUSE: string;
    EADDRNOTAVAIL: string;
    EAFNOSUPPORT: string;
    EAGAIN: string;
    EALREADY: string;
    EBADE: string;
    EBADF: string;
    EBADFD: string;
    EBADMSG: string;
    EBADR: string;
    EBADRQC: string;
    EBADSLT: string;
    EBUSY: string;
    ECANCELED: string;
    ECHILD: string;
    ECHRNG: string;
    ECOMM: string;
    ECONNABORTED: string;
    ECONNREFUSED: string;
    ECONNRESET: string;
    EDEADLK: string;
    EDEADLOCK: string;
    EDESTADDRREQ: string;
    EDOM: string;
    EDQUOT: string;
    EEXIST: string;
    EFAULT: string;
    EFBIG: string;
    EHOSTDOWN: string;
    EHOSTUNREACH: string;
    EIDRM: string;
    EILSEQ: string;
    EINPROGRESS: string;
    EINTR: string;
    EINVAL: string;
    EIO: string;
    EISCONN: string;
    EISDIR: string;
    EISNAM: string;
    EKEYEXPIRED: string;
    EKEYREJECTED: string;
    EKEYREVOKED: string;
    EL2HLT: string;
    EL2NSYNC: string;
    EL3HLT: string;
    EL3RST: string;
    ELIBACC: string;
    ELIBBAD: string;
    ELIBMAX: string;
    ELIBSCN: string;
    ELIBEXEC: string;
    ELOOP: string;
    EMEDIUMTYPE: string;
    EMFILE: string;
    EMLINK: string;
    EMSGSIZE: string;
    EMULTIHOP: string;
    ENAMETOOLONG: string;
    ENETDOWN: string;
    ENETRESET: string;
    ENETUNREACH: string;
    ENFILE: string;
    ENOBUFS: string;
    ENODATA: string;
    ENODEV: string;
    ENOENT: string;
    ENOEXEC: string;
    ENOKEY: string;
    ENOLCK: string;
    ENOLINK: string;
    ENOMEDIUM: string;
    ENOMEM: string;
    ENOMSG: string;
    ENONET: string;
    ENOPKG: string;
    ENOPROTOOPT: string;
    ENOSPC: string;
    ENOSR: string;
    ENOSTR: string;
    ENOSYS: string;
    ENOTBLK: string;
    ENOTCONN: string;
    ENOTDIR: string;
    ENOTEMPTY: string;
    ENOTSOCK: string;
    ENOTSUP: string;
    ENOTTY: string;
    ENOTUNIQ: string;
    ENXIO: string;
    EOPNOTSUPP: string;
    EOVERFLOW: string;
    EPERM: string;
    EPFNOSUPPORT: string;
    EPIPE: string;
    EPROTO: string;
    EPROTONOSUPPORT: string;
    EPROTOTYPE: string;
    ERANGE: string;
    EREMCHG: string;
    EREMOTE: string;
    EREMOTEIO: string;
    ERESTART: string;
    EROFS: string;
    ESHUTDOWN: string;
    ESPIPE: string;
    ESOCKTNOSUPPORT: string;
    ESRCH: string;
    ESTALE: string;
    ESTRPIPE: string;
    ETIME: string;
    ETIMEDOUT: string;
    ETXTBSY: string;
    EUCLEAN: string;
    EUNATCH: string;
    EUSERS: string;
    EWOULDBLOCK: string;
    EXDEV: string;
    EXFULL: string;
};
export default _default;
