import type { ResolveResult } from './index.ts'; import type { ReadableStorage, WalkPathOptions } from '../index.ts'; import type { CID } from 'multiformats/cid'; export declare function jsonResolver(root: CID, path: string[], blockstore: ReadableStorage, options?: WalkPathOptions): AsyncGenerator; //# sourceMappingURL=json.d.ts.map