import { CopyOptions, FsDirent, FsStats, JsonReadOptions, JsonWriteOptions, MoveOptions, fs } from "./fs/index.js"; //#region src/node.d.ts /** * @description 生成稳定对象哈希,避免依赖已被禁用的 object-hash 包。 */ declare function objectHash(value: unknown): string; //#endregion export { type CopyOptions, type FsDirent, type FsStats, type JsonReadOptions, type JsonWriteOptions, type MoveOptions, fs, objectHash };