export declare function isErrnoError(error: unknown): error is NodeJS.ErrnoException;
