import type { DrizzleExecutor } from "../drizzle.js"; import type { PluginInstallationSummary } from "./types.js"; /** * Lists durable plugin installations and their lifecycle state after requiring managePlugins permission. * This read-only action does not mutate durable state and centralizes authorization before installation health is joined into the catalog. */ export declare function pluginInstallationList(executor: DrizzleExecutor, actorUserId: string): Promise; //# sourceMappingURL=pluginInstallationList.d.ts.map