import type { DrizzleExecutor } from "../drizzle.js"; import type { PluginCatalog } from "./catalog.js"; import type { PluginCatalogItem } from "./types.js"; /** * Projects the validated built-in catalog together with administrator-visible installation health and update availability. * This read-only boundary does not mutate durable state; it joins package metadata to authorized installation summaries without exposing configured values. */ export declare function pluginCatalogList(executor: DrizzleExecutor, catalog: PluginCatalog, actorUserId: string): Promise; //# sourceMappingURL=pluginCatalogList.d.ts.map