import { r as LoadInstalledPluginIndexParams, t as InstalledPluginIndex } from "./installed-plugin-index-types-C_y8FAH_.js"; import { n as InstalledPluginIndexStoreOptions } from "./installed-plugin-index-store-DxsoKCmB.js"; //#region src/plugins/plugin-registry-snapshot.d.ts type PluginRegistrySnapshot = InstalledPluginIndex; type LoadPluginRegistryParams = LoadInstalledPluginIndexParams & InstalledPluginIndexStoreOptions & { index?: PluginRegistrySnapshot; preferPersisted?: boolean; }; //#endregion export { PluginRegistrySnapshot as n, LoadPluginRegistryParams as t };