import ErrnoException = NodeJS.ErrnoException; export default function isErrnoException(error: unknown): error is ErrnoException;