/** * Plugin Registry Module * * Provides curated plugin database with pre-configured sources */ export * from './registry-types.js'; export { RegistryService, getRegistryService, createRegistryService, } from './registry-service.js'; export { RegistryDownloadService, createRegistryDownloadService, type DownloaderFactory, type IPluginDownloader, type RegistryDownloadOptions, type RegistryDownloadResult, type ResolveResult, } from './registry-download.js'; //# sourceMappingURL=index.d.ts.map