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