/** * Windows may reject POSIX-style directory handles or directory fsync. Only * this narrow, explicit error set permits the identity-rechecking fallback. */ export declare function isWindowsDirectoryHandleFallback(error: unknown, platform?: NodeJS.Platform): boolean; //# sourceMappingURL=runtime-directory-handle-fallback.d.ts.map