import type { DrizzleExecutor } from "../drizzle.js"; /** * Lists ready MCP-backed plugin installation identities for agent function discovery and execution. * This worker-facing read excludes skills-only and unhealthy installations so Rig receives only callable durable functions. */ export declare function pluginInstallationListReadyMcpIds(executor: DrizzleExecutor): Promise; //# sourceMappingURL=pluginInstallationListReadyMcpIds.d.ts.map