import type { ExporterOptions, ObjectNode, ReadableStorage } from '../index.ts'; import type { CID } from 'multiformats/cid'; export declare function jsonResolver(cid: CID, name: string, path: string, blockstore: ReadableStorage, options?: ExporterOptions): Promise; //# sourceMappingURL=json.d.ts.map