import { CID } from 'multiformats/cid'; import type { AddOptions, GetOptions, JSONComponents, JSON as JSONInterface } from './index.ts'; export declare class JSON implements JSONInterface { private readonly components; constructor(components: JSONComponents); add(obj: any, options?: AddOptions): Promise; get(cid: CID, options?: GetOptions): Promise; } //# sourceMappingURL=json.d.ts.map