/** * Remote Catalog client — HTTP `ICatalogSource` implementation backed by the * public skaile.store backend (Phase 2). Plus filesystem cache + air-gapped mode. * * @docLink packages/library/api-reference#remote-catalog-source */ export type { CatalogCacheIndex, CatalogCacheOptions, ListCacheEntry, ResolveCacheEntry, } from "./cache.js"; export { CatalogCache, filterKey, sha256Hex } from "./cache.js"; export type { HttpClient, RemoteCatalogSourceOptions, } from "./remote-catalog-source.js"; export { CatalogHttpError, OfflineError, RemoteCatalogSource, TarballHashMismatchError, trpcGetUrl, } from "./remote-catalog-source.js"; export type { RestCatalogSourceOptions } from "./rest-catalog-source.js"; export { RestCatalogSource } from "./rest-catalog-source.js"; //# sourceMappingURL=index.d.ts.map