import type { PluginInstallRecord } from "../config/types.plugins.js"; import { type InstalledPluginIndexStoreOptions } from "./installed-plugin-index-store-path.js"; export declare function readPersistedInstalledPluginIndexInstallRecords(options?: InstalledPluginIndexStoreOptions): Promise | null>; export declare function readPersistedInstalledPluginIndexInstallRecordsSync(options?: InstalledPluginIndexStoreOptions): Record | null; export declare function loadInstalledPluginIndexInstallRecords(params?: InstalledPluginIndexStoreOptions): Promise>; export declare function loadInstalledPluginIndexInstallRecordsSync(params?: InstalledPluginIndexStoreOptions): Record;