import type { DrizzleExecutor } from "../drizzle.js"; export interface ReadyPluginMcpTool { installationId: string; shortName: string; name: string; title?: string; description?: string; inputSchema: Record; meta?: Record; } /** * Lists pluginMcpTools cached for ready MCP-backed pluginInstallations so Rig discovery and execution resolve function identities without contacting MCP servers. * The stable installation and plugin ordering makes the durable cache the single function-catalog source for each agent submission. */ export declare function pluginMcpToolsListReady(executor: DrizzleExecutor): Promise; //# sourceMappingURL=pluginMcpToolsListReady.d.ts.map