import type { AbortOptions } from '@libp2p/interface'; import type { Blockstore } from 'interface-blockstore'; export declare function tarStream(ipfsPath: string, blockstore: Blockstore, options?: AbortOptions): AsyncGenerator; //# sourceMappingURL=get-tar-stream.d.ts.map