/** type guard that indicates errors of filesystem operations */ export declare function isFsError(arg: unknown): arg is NodeJS.ErrnoException; //# sourceMappingURL=node-error.d.ts.map