import type { InstalledPluginIndexRecord } from "./installed-plugin-index-types.js"; import type { PluginManifestRecord } from "./manifest-registry.js"; type ManifestBackedRecord = Pick; export declare function hasOptionalMissingPluginManifestFile(record: ManifestBackedRecord): boolean; export {};