import type { PluginInstallRecord } from "../config/types.plugins.js"; import type { InstalledPluginIndex, InstalledPluginInstallRecordInfo } from "./installed-plugin-index-types.js"; export declare function normalizeInstallRecordMap(records: Record | undefined): Record; export declare function extractPluginInstallRecordsFromInstalledPluginIndex(index: InstalledPluginIndex | null | undefined): Record;