import type { DrizzleExecutor } from "../drizzle.js"; import type { MutationHint } from "../chat/types.js"; import type { PluginManagementRequestAction } from "./types.js"; /** Denies one pending pluginManagementRequests row and advances the originating chats point for a chat-member administrator in one transaction. This resolution boundary keeps authorization, audit evidence, and the reactive card state consistent. */ export declare function pluginManagementRequestDeny(executor: DrizzleExecutor, input: { actorUserId: string; chatId: string; requestId: string; action: PluginManagementRequestAction; }): Promise; //# sourceMappingURL=pluginManagementRequestDeny.d.ts.map