import type { DrizzleExecutor } from "../drizzle.js"; import type { PluginResourceLinkSummary } from "./types.js"; /** * Lists the durable resource-link cards produced for one assistant message in original plugin-call and block order without mutating state. * Joining the owning installation supplies stable plugin identity while this boundary avoids exposing arbitrary stored MCP result JSON in the message projection. */ export declare function pluginResourceLinkListForMessage(executor: DrizzleExecutor, messageId: string): Promise; //# sourceMappingURL=pluginResourceLinkListForMessage.d.ts.map