import { Cid } from '@atproto/lex-data'; import { ReadableBlockstore, RepoStorage } from '../storage'; import { RecordPath } from '../types'; export declare const getFullRepo: (storage: RepoStorage, commitCid: Cid) => AsyncIterable; export declare const getRecords: (storage: ReadableBlockstore, commitCid: Cid, paths: RecordPath[]) => AsyncIterable; //# sourceMappingURL=provider.d.ts.map