import type { DrizzleExecutor } from "../drizzle.js"; import type { PluginMcpAppResourceSnapshot } from "./pluginMcpAppResourceGet.js"; /** * Reads the executable MCP App resource captured by an explicit app-instance shape update after revalidating the viewer's current audience. * This boundary keeps mounted persistent apps byte-stable across runtime catalog refreshes while context-only invalidations retain the same reviewed HTML. */ export declare function pluginAppInstanceResourceGet(executor: DrizzleExecutor, viewerUserId: string, instanceId: string): Promise; //# sourceMappingURL=pluginAppInstanceResourceGet.d.ts.map