export declare function isNodeError(err: any): err is NodeJS.ErrnoException;
