import type { IPFS } from "ipfs-core"; import { CID } from "multiformats"; import { Entry } from "./common.js"; export declare function traverseFileSystem(ipfs: IPFS, rootWNFSCID: CID, readKey: string): AsyncGenerator; export declare function filesystemFromEntries(entryStream: AsyncIterable, ipfs: IPFS, readKey: string): Promise;