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