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