/** * @deprecated * @implements {API.LegacyStoreTable} */ export class StoreTable implements API.LegacyStoreTable { /** @type {(API.LegacyStoreAddInput & API.StoreListItem)[]} */ items: (API.LegacyStoreAddInput & API.StoreListItem)[]; insert(item: import("@web3-storage/upload-api").StoreAddInput): Promise>; inspect(link: API.UnknownLink): Promise>; get(space: API.IndexingServiceAPI.DID, link: API.UnknownLink): Promise>; exists(space: API.IndexingServiceAPI.DID, link: API.UnknownLink): Promise>; remove(space: API.IndexingServiceAPI.DID, link: API.UnknownLink): Promise>; list(space: API.IndexingServiceAPI.DID, options?: import("@web3-storage/upload-api").ListOptions): Promise, API.Failure>>; } import * as API from '../../types.js'; //# sourceMappingURL=store-table.d.ts.map