import type { DrizzleExecutor } from "../drizzle.js"; import type { MutationHint } from "../chat/types.js"; /** Finalizes a claimed pluginManagementRequests uninstall as approved or failed and advances the originating chats point in one transaction. This completion boundary records the runtime-removal outcome with audit and reactive card evidence. */ export declare function pluginManagementRequestCompleteUninstall(executor: DrizzleExecutor, input: { actorUserId: string; chatId: string; requestId: string; error?: string; }): Promise; //# sourceMappingURL=pluginManagementRequestCompleteUninstall.d.ts.map