import type { DrizzleExecutor } from "../drizzle.js"; export interface PluginHostInstalledPlugin { id: string; pluginId: string; shortName: string; version: string; status: string; } /** * Lists the non-secret pluginInstallations identity and health projection for a capability-authorized plugin runtime. * The caller authenticates the runtime grant before this read; this action deliberately exposes no variables, users, paths, or package internals. */ export declare function pluginInstallationListForHost(executor: DrizzleExecutor): Promise; //# sourceMappingURL=pluginInstallationListForHost.d.ts.map