import type { DrizzleExecutor } from "../drizzle.js"; /** * Deletes pluginMcpAppCalls inputs and results owned by a user or assistant message that is being tombstoned. * The caller supplies its existing message transaction so ephemeral expiry or moderation cannot leave sensitive app payloads recoverable after visible content is removed. */ export declare function pluginMcpAppsDeleteForMessage(executor: DrizzleExecutor, messageId: string): Promise; //# sourceMappingURL=pluginMcpAppsDeleteForMessage.d.ts.map