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