import type { CarComponents, Car as CarInterface, ExportCarOptions } from './index.ts'; import type { PutManyBlocksProgressEvents } from '@helia/interface'; import type { CarReader } from '@ipld/car'; import type { AbortOptions } from '@libp2p/interface'; import type { CID } from 'multiformats/cid'; import type { ProgressOptions } from 'progress-events'; export declare class Car implements CarInterface { private readonly components; private readonly log; constructor(components: CarComponents); import(reader: Pick, options?: AbortOptions & ProgressOptions): Promise; export(root: CID | CID[], options?: ExportCarOptions): AsyncGenerator; private _export; } //# sourceMappingURL=car.d.ts.map