import type { DrizzleExecutor } from "../drizzle.js"; import type { PluginMcpAppSummary } from "./types.js"; /** * Reads the durable MCP App invocation summaries belonging to one assistant message in call order without loading untrusted resource content or changing state. * This boundary keeps the message projection independent from plugin runtime availability while exposing only the identities needed to materialize an app surface. */ export declare function pluginMcpAppListForMessage(executor: DrizzleExecutor, assistantMessageId: string): Promise; //# sourceMappingURL=pluginMcpAppListForMessage.d.ts.map